Skip to content

Commit

Permalink
Merge pull request #80 from jk47/maven_publish
Browse files Browse the repository at this point in the history
loosen filters for tags ci
  • Loading branch information
jk47 authored Apr 20, 2021
2 parents 732fc27 + 10ef7ec commit dfa3ba8
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 dfa3ba8

Please sign in to comment.