From 5d57141f3229abe4dc0d44396990fa6ec2198627 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Wed, 6 Mar 2024 11:07:48 -0600 Subject: [PATCH] Disable dry-run, enable real deployement --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96bd256..d70d961 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,6 +38,11 @@ workflows: requires: - approval-for-deploy-tested-up-to-bump - wp-svn/deploy: - dry-run: true + context: genesis-svn + filters: + tags: + only: /^\d+\.\d+\.\d+$/ + branches: + ignore: /.*/ requires: - checks