From e8140607ad2c06955256826038b2ced35ff76395 Mon Sep 17 00:00:00 2001 From: sim Date: Sun, 12 Nov 2023 10:19:11 +0100 Subject: [PATCH] Do not build container on push/pr --- .github/workflows/image.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 7be0df1..41a0708 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -6,13 +6,8 @@ on: # rebuild latest regulary - to resolve CVEs in base images - cron: "0 10 * * *" push: - branches: - - "**" tags: - - "\\d+\\.\\d+\\.\\d+" - pull_request: - branches: - - "main" + - "[0-9]+.[0-9]+.[0-9]+" jobs: build: