ci: test: don't run on push to binaries

This commit is contained in:
Simon Michael 2022-06-06 11:49:08 +01:00
parent 7d3b90f869
commit 7bf668b552

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, binaries ]
branches: [ simon, simon2 ]
# On pull request branches against these branches, when pushed.
pull_request: