From bd6652ec3173a2add7931e0991c953c38e3aecab Mon Sep 17 00:00:00 2001 From: Khalifah Khalil Shabazz Date: Thu, 15 Dec 2022 02:49:18 -0500 Subject: [PATCH] Filter CI QA Runs --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f792a02..a25ebc5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,6 +38,7 @@ workflows: jobs: - run-test: context: << pipeline.parameters.secrets_docker >> + filters: { branches: { ignore: /main|auto-update-changelog/ } } publish-changelog: when: