@@ -105,6 +105,8 @@ workflows:
105105 branches :
106106 ignore :
107107 - master
108+ # Backport branch created for v12.12.1
109+ - stable-v12.12.x
108110 requires :
109111 - prep-deps
110112 - prep-build :
@@ -243,7 +245,10 @@ workflows:
243245 - job-publish-release :
244246 filters :
245247 branches :
246- only : master
248+ only :
249+ - master
250+ # Backport branch created for v12.12.1
251+ - stable-v12.12.x
247252 requires :
248253 - prep-deps
249254 - prep-build
@@ -385,7 +390,7 @@ jobs:
385390 condition :
386391 not :
387392 matches :
388- pattern : /^master$/
393+ pattern : /^master|stable-v12\.12\.x $/
389394 value : << pipeline.git.branch >>
390395 steps :
391396 - run :
@@ -394,7 +399,7 @@ jobs:
394399 - when :
395400 condition :
396401 matches :
397- pattern : /^master$/
402+ pattern : /^master|stable-v12\.12\.x $/
398403 value : << pipeline.git.branch >>
399404 steps :
400405 - run :
@@ -422,7 +427,7 @@ jobs:
422427 condition :
423428 not :
424429 matches :
425- pattern : /^master$/
430+ pattern : /^master|stable-v12\.12\.x $/
426431 value : << pipeline.git.branch >>
427432 steps :
428433 - run :
@@ -431,7 +436,7 @@ jobs:
431436 - when :
432437 condition :
433438 matches :
434- pattern : /^master$/
439+ pattern : /^master|stable-v12\.12\.x $/
435440 value : << pipeline.git.branch >>
436441 steps :
437442 - run :
@@ -465,7 +470,7 @@ jobs:
465470 condition :
466471 not :
467472 matches :
468- pattern : /^master$/
473+ pattern : /^master|stable-v12\.12\.x $/
469474 value : << pipeline.git.branch >>
470475 steps :
471476 - run :
@@ -474,7 +479,7 @@ jobs:
474479 - when :
475480 condition :
476481 matches :
477- pattern : /^master$/
482+ pattern : /^master|stable-v12\.12\.x $/
478483 value : << pipeline.git.branch >>
479484 steps :
480485 - run :
@@ -506,7 +511,7 @@ jobs:
506511 condition :
507512 not :
508513 matches :
509- pattern : /^master$/
514+ pattern : /^master|stable-v12\.12\.x $/
510515 value : << pipeline.git.branch >>
511516 steps :
512517 - run :
@@ -515,7 +520,7 @@ jobs:
515520 - when :
516521 condition :
517522 matches :
518- pattern : /^master$/
523+ pattern : /^master|stable-v12\.12\.x $/
519524 value : << pipeline.git.branch >>
520525 steps :
521526 - run :
0 commit comments