Skip to content

Commit dfa3ba8

Browse files
authored
Merge pull request #80 from jk47/maven_publish
loosen filters for tags ci
2 parents 732fc27 + 10ef7ec commit dfa3ba8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.circleci/config.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,20 @@ workflows:
9292

9393
main:
9494
jobs:
95-
- build
95+
- build:
96+
filters:
97+
branches:
98+
only: /.*/
99+
tags:
100+
ignore: /.*/
96101
- test:
97102
requires:
98103
- build
104+
filters:
105+
branches:
106+
only: /.*/
107+
tags:
108+
only: /.*/
99109
- release_snapshot:
100110
requires:
101111
- test
@@ -114,4 +124,4 @@ workflows:
114124
branches:
115125
ignore: /.*/
116126
tags:
117-
only: /^\d+\.\d+\.\d+$/
127+
only: /.*/

0 commit comments

Comments
 (0)