File tree 1 file changed +19
-4
lines changed
1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,17 @@ on-master: &on-master
336
336
filters :
337
337
branches :
338
338
only : master
339
+ tags :
340
+ ignore : /.*/
341
+
342
+ on-integ-branch : &on-integ-branch
343
+ filters :
344
+ branches :
345
+ only :
346
+ - master
347
+ - /^\d+\.\d+.*$/
348
+ tags :
349
+ ignore : /.*/
339
350
340
351
on-version-tags : &on-version-tags
341
352
filters :
@@ -344,18 +355,20 @@ on-version-tags: &on-version-tags
344
355
tags :
345
356
only : /^v[0-9].*/
346
357
347
- on-master -and-version-tags : &on-master -and-version-tags
358
+ on-integ -and-version-tags : &on-integ -and-version-tags
348
359
filters :
349
360
branches :
350
361
only :
351
362
- master
363
+ - /^\d+\.\d+.*$/
352
364
tags :
353
365
only : /^v[0-9].*/
354
366
367
+
355
368
platform-build-defs : &platform-build-defs
356
369
requires :
357
370
- build-debian
358
- << : *on-master -and-version-tags
371
+ << : *on-integ -and-version-tags
359
372
# <<: *on-any-branch # debugging
360
373
361
374
after-platform-builds : &after-platform-builds
@@ -405,7 +418,7 @@ workflows:
405
418
# <<: *on-version-tags
406
419
- deploy-snapshot :
407
420
<< : *after-platform-builds
408
- << : *on-master
421
+ << : *on-integ-branch
409
422
- deploy-release :
410
423
<< : *after-platform-builds
411
424
<< : *on-version-tags
@@ -414,7 +427,9 @@ workflows:
414
427
triggers :
415
428
- schedule :
416
429
cron : " 20 17 * * *"
417
- << : *on-master
430
+ filters :
431
+ branches :
432
+ only : master
418
433
jobs :
419
434
- build-macos :
420
435
<< : *never # temporarily disabled
You can’t perform that action at this time.
0 commit comments