Skip to content

Commit

Permalink
#830 dockerize set filters
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Jun 15, 2023
1 parent 306e06e commit 3644144
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,13 @@ workflows:
dockerize: # This is the name of the workflow, feel free to change it to better match your workflow.
# Inside the workflow, you define the jobs you want to run.
jobs:
- package
- publish
- package:
filters:
branches:
only: develop
- publish:
requires:
- build
filters:
branches:
only: develop

0 comments on commit 3644144

Please sign in to comment.