From 239d28da3b950198c33aeef0549d68496060bf02 Mon Sep 17 00:00:00 2001 From: Radu Popa Date: Fri, 7 Mar 2025 21:25:07 +0200 Subject: [PATCH] fix: trigger build and check when push to main --- .github/workflows/build-push-containers-all.yml | 3 +++ .github/workflows/checks-all.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/build-push-containers-all.yml b/.github/workflows/build-push-containers-all.yml index 3cdfe8eb1..a93f1e3a2 100644 --- a/.github/workflows/build-push-containers-all.yml +++ b/.github/workflows/build-push-containers-all.yml @@ -7,7 +7,10 @@ on: - labeled - opened - synchronize + push: + branches: + - main tags: - '[0-9]*.[0-9]*.[0-9]*' diff --git a/.github/workflows/checks-all.yml b/.github/workflows/checks-all.yml index 294f8d886..21f2acb63 100755 --- a/.github/workflows/checks-all.yml +++ b/.github/workflows/checks-all.yml @@ -7,6 +7,8 @@ on: - opened - synchronize push: + branches: + - main tags: - '[0-9]*.[0-9]*.[0-9]*'