mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
ci: test: don't run on push to binaries
This commit is contained in:
parent
7d3b90f869
commit
7bf668b552
2
.github/workflows/linux-x64-test.yml
vendored
2
.github/workflows/linux-x64-test.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user