Skip to content

Commit ffe2157

Browse files
author
brizental
committed
Update release CI job to run only on release branch
1 parent c737af5 commit ffe2157

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
name: Publish to npm
8181
command: export PATH=.:$PATH && (cd glean && npm publish)
8282

83-
8483
workflows:
8584
version: 2
8685
ci:
@@ -94,7 +93,7 @@ workflows:
9493
- unit-tests
9594
filters:
9695
branches:
97-
ignore: /.*/
96+
only: release
9897
tags:
9998
only: /v[0-9]+(\.[0-9]+)*/
10099
# Comment this job away until Bug 1681899 is resolved.

0 commit comments

Comments
 (0)