Skip to content

Commit 1574761

Browse files
Updating the publish pipeline stage to fix releases
* Updating pipeline to only run publish on tag * adding ignore for all branches
1 parent f87dd59 commit 1574761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ workflows:
280280
pub-type: production
281281
requires: *integration-tests
282282
filters:
283-
branches:
284-
only: master
285283
tags:
286284
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
285+
branches:
286+
ignore: /.*/

0 commit comments

Comments
 (0)