From e3fefe3eb3e7d0d57f25f099fc624fffec57fbcd Mon Sep 17 00:00:00 2001 From: nhkhai Date: Tue, 30 Apr 2024 18:47:08 +0800 Subject: [PATCH] Update config.yml Fixed the syntax. --- .circleci/config.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17a699e..19a26eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -230,24 +230,25 @@ workflows: cicd_flow: jobs: - build_and_test: - branches: - only: - - release + filters: + branches: + only: + - release # The Snyk security scan job. - scan: requires: # - build - build_and_test - # filters: - # branches: - # only: - # - main - # ignore: - # - release - branches: - only: - - release + filters: + # branches: + # only: + # - main + # ignore: + # - release + branches: + only: + - release - publish: # Ensure that the dependency job(s) are able to run (watch out for branch filtering affecting this), else publish and deploy (depends on publish) will not run at all.