diff --git a/.circleci/config.yml b/.circleci/config.yml index 71db3ca843..c78afd0b22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -505,6 +505,8 @@ workflows: filters: tags: only: /.*/ + branches: + ignore: /.*/ - run-appinspect: # build always @@ -512,6 +514,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing filters: tags: only: /^v.*/ @@ -522,6 +525,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect filters: tags: @@ -534,6 +538,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report filters: @@ -547,6 +552,7 @@ workflows: - validate-content - build-sources - build-package + - detection-testing - run-appinspect - create-report - update-sources-github @@ -561,7 +567,7 @@ workflows: - validate-content - build-sources - build-package - + - detection-testing - run-appinspect - create-report - update-sources-github @@ -577,7 +583,7 @@ workflows: - validate-content - build-sources - build-package - + - detection-testing - run-appinspect - create-report - update-sources-github