Skip to content

Commit

Permalink
Add tag filtering for test
Browse files Browse the repository at this point in the history
  • Loading branch information
duksis committed Oct 24, 2019
1 parent f428014 commit 3228a8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ executors:
workflows:
main:
jobs:
- test
- test:
filters:
tags:
# Simplified SemVer regex
only: /^\d+\.\d+\.\d+$/
- publish:
requires:
- test
Expand Down

0 comments on commit 3228a8c

Please sign in to comment.