From ca5dbe8d39106d9ce2d3198754c2d512d13eaa7a Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 14 Oct 2020 09:42:07 -0500 Subject: [PATCH] Fix pull request filter --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d70d2b750..bdbc06fbc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,7 +189,7 @@ workflows: # the following should make this only run on pull requests filters: branches: - ignore: /.*/ + only: /^pull\/.*$/ - test-build-arm: requires: - setup