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.
1 parent f8cedcb commit 8589d98Copy full SHA for 8589d98
.circleci/config.yml
@@ -118,13 +118,6 @@ no-tags: &no-tags
118
tags:
119
ignore: /.*/
120
121
-only-release-tags: &only-release-tags
122
- filters:
123
- tags:
124
- only: /^v[0-9]+(\.[0-9]+)*/
125
- branches:
126
- ignore: /.*/
127
-
128
only-npm-tags: &only-npm-tags
129
filters:
130
@@ -143,20 +136,8 @@ workflows:
143
136
<<: *no-tags
144
137
- test_zemu:
145
138
146
147
- release:
148
- when:
149
- or:
150
- - equal: [ master, << pipeline.git.branch >> ]
151
- jobs:
152
- - build:
153
- <<: *only-release-tags
154
- - build_ledger:
155
156
- - test_zemu:
157
158
139
- build_package:
159
140
+ <<: *no-tags
160
141
requires:
161
142
- build
162
- build_ledger
0 commit comments