We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 754c410 + ffd1cdb commit f8cedcbCopy full SHA for f8cedcb
.circleci/config.yml
@@ -1,4 +1,4 @@
1
-version: 2
+version: 2.1
2
jobs:
3
build:
4
docker:
@@ -145,6 +145,9 @@ workflows:
145
<<: *no-tags
146
147
release:
148
+ when:
149
+ or:
150
+ - equal: [ master, << pipeline.git.branch >> ]
151
152
- build:
153
<<: *only-release-tags
@@ -160,6 +163,9 @@ workflows:
160
163
- test_zemu
161
164
162
165
release_npm:
166
167
168
169
170
- publish_npm_package:
171
<<: *only-npm-tags
0 commit comments