Skip to content

Commit d80bb4e

Browse files
authored
chore(ci): fix ci release for tags (#83)
1 parent 96d71cc commit d80bb4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ workflows:
144144
- test
145145
- build
146146
filters:
147-
branches:
148-
ignore: /.*/
149147
tags:
150148
only: /^v.*/
149+
branches:
150+
ignore: /.*/

0 commit comments

Comments
 (0)