Skip to content

Commit

Permalink
Merge pull request #55 from circleci/BACKPLANE-1080/pulish-tag
Browse files Browse the repository at this point in the history
ci: Add tag filter to test
  • Loading branch information
dcarley authored Feb 15, 2021
2 parents 877d169 + 354e355 commit 8a7a593
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
@@ -49,7 +49,10 @@ workflows:
version: 2
test-and-publish:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- publish:
context: clojars-publish
requires:

0 comments on commit 8a7a593

Please sign in to comment.