From 1e92e2bded538cca2d8b1c6bd7c5a64ebe837d05 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 8 Jun 2022 16:20:34 -0500 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ddbebb5..96ce6b81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,9 @@ workflows: - maven/test: name: run_tests executor: java17 + filters: + branches: + ignore: circleci-project-setup ## todo - change to main ############################################################################################# ## Job (from maven orb) to do a mvn deploy to publish jar to github qqq-maven-registry. ## @@ -25,10 +28,9 @@ workflows: - maven/test: name: deploy_to_github executor: java17 - command: 'deploy -DskipTests' ## tests were previously ran, so okay to skip them here, + command: deploy settings_file: .circleci/mvn-settings.xml context: qqq-maven-registry-credentials - requires: [ run_tests ] filters: branches: only: circleci-project-setup ## todo - change to main