Skip to content

Commit 8589d98

Browse files
committed
auto-release app from master
1 parent f8cedcb commit 8589d98

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.circleci/config.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ no-tags: &no-tags
118118
tags:
119119
ignore: /.*/
120120

121-
only-release-tags: &only-release-tags
122-
filters:
123-
tags:
124-
only: /^v[0-9]+(\.[0-9]+)*/
125-
branches:
126-
ignore: /.*/
127-
128121
only-npm-tags: &only-npm-tags
129122
filters:
130123
tags:
@@ -143,20 +136,8 @@ workflows:
143136
<<: *no-tags
144137
- test_zemu:
145138
<<: *no-tags
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-
<<: *only-release-tags
156-
- test_zemu:
157-
<<: *only-release-tags
158139
- build_package:
159-
<<: *only-release-tags
140+
<<: *no-tags
160141
requires:
161142
- build
162143
- build_ledger

0 commit comments

Comments
 (0)