From ed98619e05a1ec4178e5c6068812bbc1a4d5c08a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 4 Jun 2022 15:15:00 +0100 Subject: [PATCH] ci: run all main workflows on push to "binaries" --- .github/workflows/linux-x64-static.yml | 2 +- .github/workflows/linux-x64-test.yml | 2 +- .github/workflows/mac-x64.yml | 2 +- .github/workflows/windows-x64.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: