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:
push:
branches: [ ci-linux-x64 ]
branches: [ ci-linux-x64, binaries ]
#tags:
# - '[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.
# (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:

View File

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

View File

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