Skip to content

Commit

Permalink
Merge pull request #387 from CityOfZion/defect/CICD
Browse files Browse the repository at this point in the history
adds tag support for CICD
  • Loading branch information
lllwvlvwlll authored Sep 28, 2021
2 parents 96f795f + db71a77 commit 91edfe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ workflows:
version: 2
build:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- deploy-develop:
requires:
- test
Expand Down

0 comments on commit 91edfe0

Please sign in to comment.