Skip to content

Commit ea53284

Browse files
authored
dev: prepare default branch switch (#5530)
1 parent 67eed69 commit ea53284

7 files changed

+9465
-518
lines changed

.github/workflows/codeql.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ name: "CodeQL"
88
on:
99
push:
1010
branches:
11-
- master
1211
- main
1312
pull_request:
1413
# The branches below must be a subset of the branches above
1514
branches:
16-
- master
1715
- main
1816
schedule:
1917
- cron: '0 17 * * 5'

.github/workflows/deploy-documentation.yml renamed to .github/workflows/deploy-documentation.yml.bck

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: Deploy Documentation
33
on:
44
push:
55
branches:
6-
- master
7-
# TODO(ldez): remove master and uncomment the next line when v2 will be released.
8-
# - main
6+
- main
97

108
jobs:
119

.github/workflows/pr-checks.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Checks
22
on:
33
push:
44
branches:
5-
- master
65
- main
76
pull_request:
87

.github/workflows/pr-tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Tests
22
on:
33
push:
44
branches:
5-
- master
65
- main
76
pull_request:
87

0 commit comments

Comments
 (0)