Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Fixed the syntax.
  • Loading branch information
nhkhai committed Apr 30, 2024
1 parent 8d214d5 commit e3fefe3
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e3fefe3

Please sign in to comment.