Skip to content

Commit d1332ff

Browse files
authored
Update needs 2x (#427)
* support redhat8 and DSL 1_4 * update needs 2x
1 parent 771f24e commit d1332ff

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.circleci/config.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)