From 52e3dc15b27058b0861e053a97a523450159b1e4 Mon Sep 17 00:00:00 2001 From: Ezra Neer Date: Tue, 17 Aug 2021 14:03:10 -0400 Subject: [PATCH] hopefully runs the release pipeline now --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a49840b..30f972a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,4 +65,11 @@ workflows: only: /^v.*/ - release: requires: - - validate \ No newline at end of file + - validate + context: + - org-global + filters: + branches: + ignore: /^.*/ + tags: + only: /^v.*/ \ No newline at end of file