File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -30,27 +30,27 @@ workflows:
3030 - wagonorb/wagon :
3131 filters :
3232 branches :
33- only : /([0-9\.]*\-build|master)/
33+ only : /([0-9\.]*\-build|master|2.X-master )/
3434 - wagonorb/arch64_wagon :
3535 filters :
3636 branches :
37- only : /([0-9\.]*\-build|master|dev )/
37+ only : /([0-9\.]*\-build|master|2.X-master )/
3838 - wagonorb/rhel_wagon :
3939 filters :
4040 branches :
41- only : /([0-9\.]*\-build|master)/
41+ only : /([0-9\.]*\-build|master|2.X-master )/
4242 - wagonorb/build_bundle :
4343 filters :
4444 branches :
45- only : /([0-9\.]*\-build|master)/
45+ only : /([0-9\.]*\-build|master|2.X-master )/
4646 requires :
4747 - wagonorb/wagon
4848 - wagonorb/arch64_wagon
4949 - wagonorb/rhel_wagon
5050 - releaseorb/release :
5151 filters :
5252 branches :
53- only : /master/
53+ only : /( master|2.X-master) /
5454 requires :
5555 - wagonorb/wagon
5656 - wagonorb/arch64_wagon
@@ -61,7 +61,7 @@ workflows:
6161 - releaseorb/merge_docs_job :
6262 filters :
6363 branches :
64- only : /master/
64+ only : /( master|2.X-master) /
6565 requires :
6666 - releaseorb/release
6767 - node/validate_documentation_job
@@ -72,8 +72,7 @@ workflows:
7272 cron : " 0 1 * * 0,1,3,5"
7373 filters :
7474 branches :
75- only :
76- - master
75+ only : /(master|2.X-master)/
7776 jobs :
7877 - node/check_py3_compat_job
7978 - node/validate_version_job
You can’t perform that action at this time.
0 commit comments