Skip to content

Commit a8fb296

Browse files
author
Émilie Guth
authored
[Master Main] Migrate repo to use ‘main‘ as default branch. (#3239)
1 parent 3d51c31 commit a8fb296

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.circleci/config.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,21 @@ workflows:
5252
# TODO(cyrille): Find a way to be able to trigger those manually.
5353
filters:
5454
branches:
55-
only: master
55+
only:
56+
# TODO(émilie): Remove master when migration is over.
57+
- main
58+
- master
5659
requires:
5760
- build
5861
repo: bob-emploi-internal
5962
- check-dependant-repo:
6063
filters:
6164
branches:
62-
only: master
65+
only:
66+
# TODO(émilie): Remove master when migration is over.
67+
- main
68+
- master
6369
requires:
6470
- build
71+
# TODO(émilie): correct for "ma-voie" repository.
6572
repo: ma-voie-internal

0 commit comments

Comments
 (0)