Skip to content

Commit

Permalink
loosen filters for tags ci
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kotz committed Apr 20, 2021
1 parent 732fc27 commit 10ef7ec
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,20 @@ workflows:

main:
jobs:
- build
- build:
filters:
branches:
only: /.*/
tags:
ignore: /.*/
- test:
requires:
- build
filters:
branches:
only: /.*/
tags:
only: /.*/
- release_snapshot:
requires:
- test
Expand All @@ -114,4 +124,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^\d+\.\d+\.\d+$/
only: /.*/

0 comments on commit 10ef7ec

Please sign in to comment.