ci: run all main workflows on push to "binaries"

This commit is contained in:
Simon Michael 2022-06-04 15:15:00 +01:00
parent 122620c335
commit ed98619e05
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ name: linux-x64 static binaries
on: on:
push: push:
branches: [ ci-linux-x64 ] branches: [ ci-linux-x64, binaries ]
#tags: #tags:
# - '[0-9]+.[0-9]+' # - '[0-9]+.[0-9]+'
# - '[0-9]+.[0-9]+-*' # - '[0-9]+.[0-9]+-*'

View File

@ -20,7 +20,7 @@ on:
# To avoid double workflow execution, don't use these branches for pull requests. # 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) # (https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2)
push: push:
branches: [ simon, simon2 ] branches: [ simon, simon2, binaries ]
# On pull request branches against these branches, when pushed. # On pull request branches against these branches, when pushed.
pull_request: pull_request:

View File

@ -8,7 +8,7 @@ on:
schedule: schedule:
- cron: "0 07 * * 0" # sunday midnight pacific - cron: "0 07 * * 0" # sunday midnight pacific
push: push:
branches: [ ci-mac ] branches: [ ci-mac, binaries ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@ -9,7 +9,7 @@ on:
schedule: schedule:
- cron: "0 07 * * 0" # sunday midnight pacific - cron: "0 07 * * 0" # sunday midnight pacific
push: push:
branches: [ ci-windows ] branches: [ ci-windows, binaries ]
workflow_dispatch: workflow_dispatch: