From 2ac09af8945a380d57181da2fe083c67c60a1dd4 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 13 Oct 2020 16:40:46 -0500 Subject: [PATCH] Only run on pull requests --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) 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