We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55ce05 commit 437a865Copy full SHA for 437a865
.circleci/config.yml
@@ -183,19 +183,39 @@ workflows:
183
project: core
184
requires:
185
- build
186
+ filters:
187
+ tags:
188
+ only: /^v.*/
189
+ branches:
190
+ ignore: /.*/
191
- test:
192
name: test_akka
193
project: akka
194
195
196
197
198
199
200
201
202
name: test_fs2
203
project: fs2
204
205
206
207
208
209
210
211
- release:
212
213
- test_core
214
- test_akka
215
- test_fs2
216
217
218
219
220
221
0 commit comments