Skip to content

Commit

Permalink
modified: .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Young Yang committed Oct 27, 2022
1 parent a47cea5 commit 5e8702b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ workflows:
branches:
ignore: master

# when master's code is commited or merged from sub-branch, build, compliance and test will be execed
# when sub-branch's code is commited, build-node will be execed
# when master's code is commited or merged from sub-branch, this workflow will be execed
on_merge_build_test:
jobs:
- build:
Expand All @@ -244,7 +243,7 @@ workflows:
- build-node:
filters:
branches:
ignore: master
only: master
- compliance:
filters:
branches:
Expand Down

0 comments on commit 5e8702b

Please sign in to comment.