Only run on pull requests

This commit is contained in:
Cody Soyland 2020-10-13 16:40:46 -05:00
parent 4e66bbb76b
commit 2ac09af894

View file

@ -186,6 +186,10 @@ workflows:
- check-changelog-label:
requires:
- setup
# the following should make this only run on pull requests
filters:
branches:
ignore: /.*/
- test-build-arm:
requires:
- setup