Skip to content

Commit 460e09e

Browse files
committed
Only publish tags
1 parent 31c9565 commit 460e09e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@ workflows:
4242
version: 2
4343
build-publish:
4444
jobs:
45-
- build: {}
45+
- build:
46+
filters:
47+
tags:
48+
only: /.*/
4649
- publish:
50+
filters:
51+
branches:
52+
ignore: /.*/
53+
tags:
54+
only: /v.*/
4755
requires:
4856
- build

0 commit comments

Comments
 (0)