File tree 1 file changed +25
-20
lines changed
1 file changed +25
-20
lines changed Original file line number Diff line number Diff line change @@ -310,30 +310,35 @@ workflows:
310
310
jobs :
311
311
- lint
312
312
- test :
313
- branches :
314
- only :
315
- - trying
316
- - staging
313
+ filters :
314
+ branches :
315
+ only :
316
+ - trying
317
+ - staging
317
318
- test-macos :
318
- branches :
319
- only :
320
- - trying
321
- - staging
319
+ filters :
320
+ branches :
321
+ only :
322
+ - trying
323
+ - staging
322
324
- test-and-build :
323
- branches :
324
- only :
325
- - trying
326
- - staging
325
+ filters :
326
+ branches :
327
+ only :
328
+ - trying
329
+ - staging
327
330
- test-and-build-macos :
328
- branches :
329
- only :
330
- - trying
331
- - staging
331
+ filters :
332
+ branches :
333
+ only :
334
+ - trying
335
+ - staging
332
336
- test-rust-nightly :
333
- branches :
334
- only :
335
- - trying
336
- - staging
337
+ filters :
338
+ branches :
339
+ only :
340
+ - trying
341
+ - staging
337
342
- publish-github-release :
338
343
requires :
339
344
- lint
You can’t perform that action at this time.
0 commit comments