Skip to content

Commit 3458eee

Browse files
authored
Merge pull request #28 from cloudify-cosmo/update
use main and master
2 parents abdd811 + fdc5309 commit 3458eee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ workflows:
3434
- wagonorb/wagon:
3535
filters:
3636
branches:
37-
only: /([0-9\.]*\-build|master)/
37+
only: /([0-9\.]*\-build|master|main)/
3838
- wagonorb/arch64_wagon:
3939
filters:
4040
branches:
41-
only: /([0-9\.]*\-build|master|dev)/
41+
only: /([0-9\.]*\-build|master|main)/
4242
- wagonorb/rhel_wagon:
4343
filters:
4444
branches:
45-
only: /([0-9\.]*\-build|master)/
45+
only: /([0-9\.]*\-build|master|main)/
4646
- wagonorb/build_bundle:
4747
filters:
4848
branches:
49-
only: /([0-9\.]*\-build|master)/
49+
only: /([0-9\.]*\-build|master|main)/
5050
requires:
5151
- wagonorb/wagon
5252
- wagonorb/arch64_wagon
5353
- wagonorb/rhel_wagon
5454
- releaseorb/release:
5555
filters:
5656
branches:
57-
only: /master/
57+
only: /master|main/
5858
requires:
5959
- wagonorb/wagon
6060
- wagonorb/arch64_wagon
@@ -65,7 +65,7 @@ workflows:
6565
- releaseorb/merge_docs_job:
6666
filters:
6767
branches:
68-
only: /master/
68+
only: /master|main/
6969
requires:
7070
- releaseorb/release
7171
- node/validate_documentation_job
@@ -77,7 +77,7 @@ workflows:
7777
filters:
7878
branches:
7979
only:
80-
- master
80+
- master|main
8181
jobs:
8282
- node/check_py3_compat_job
8383
- node/validate_version_job

0 commit comments

Comments
 (0)