Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 566b76f

Browse files
committed
Publish only on version tags
The previous configuration would run the publish step if the tag matched a version tag, OR if the branch was `master`. ideally we would run this only if there was a version tag AND the branch was `master`, but this should work for now.
1 parent df375b7 commit 566b76f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ workflows:
3131
filters:
3232
tags:
3333
only: /[0-9]+(\.[0-9]+)*(-.+)?/
34-
branches:
35-
only: master

0 commit comments

Comments
 (0)