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]*'