diff --git a/.circleci/config.yml b/.circleci/config.yml index ca2b39854..d70d2b750 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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