diff --git a/.github/workflows/linux-x64-static.yml b/.github/workflows/linux-x64-static.yml index 7c0220e3f..abda4eeae 100644 --- a/.github/workflows/linux-x64-static.yml +++ b/.github/workflows/linux-x64-static.yml @@ -7,7 +7,7 @@ name: linux-x64 static binaries on: push: - branches: [ ci-linux-x64 ] + branches: [ ci-linux-x64, binaries ] #tags: # - '[0-9]+.[0-9]+' # - '[0-9]+.[0-9]+-*' diff --git a/.github/workflows/linux-x64-test.yml b/.github/workflows/linux-x64-test.yml index 55d4c4c36..a81852f3c 100644 --- a/.github/workflows/linux-x64-test.yml +++ b/.github/workflows/linux-x64-test.yml @@ -20,7 +20,7 @@ on: # To avoid double workflow execution, don't use these branches for pull requests. # (https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2) push: - branches: [ simon, simon2 ] + branches: [ simon, simon2, binaries ] # On pull request branches against these branches, when pushed. pull_request: diff --git a/.github/workflows/mac-x64.yml b/.github/workflows/mac-x64.yml index 1181eec04..07ffccfe0 100644 --- a/.github/workflows/mac-x64.yml +++ b/.github/workflows/mac-x64.yml @@ -8,7 +8,7 @@ on: schedule: - cron: "0 07 * * 0" # sunday midnight pacific push: - branches: [ ci-mac ] + branches: [ ci-mac, binaries ] workflow_dispatch: jobs: diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index c142730dc..165d577ec 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -9,7 +9,7 @@ on: schedule: - cron: "0 07 * * 0" # sunday midnight pacific push: - branches: [ ci-windows ] + branches: [ ci-windows, binaries ] workflow_dispatch: