Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Updated config.
  • Loading branch information
nhkhai committed Apr 30, 2024
1 parent 83ba876 commit ab618db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ workflows:
requires:
# - build
- build_and_test
filters:
branches:
# only:
# - main
ignore:
- release
# filters:
# branches:
# only:
# - main
# ignore:
# - 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 All @@ -225,7 +225,7 @@ workflows:
# - release
ignore:
- develop
- release
# - release

cicd_flow:
jobs:
Expand Down

0 comments on commit ab618db

Please sign in to comment.