From 84bc81f5448e46a53ff726f0fc94259e9cbccb23 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Mon, 16 Oct 2023 18:24:29 +0530 Subject: [PATCH] fix: adding filters back --- .circleci/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3133d92fb..7e51cbac9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,18 +34,38 @@ workflows: name: test-sqlite context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ - test: plugin: mongodb name: test-mongodb context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ - test: plugin: postgresql name: test-postgresql context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ - test: plugin: mysql name: test-mysql context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/