Replace master with main branch (#11629)
Motivation: We should not use master as branch name, better to switch to main Modifications: Replace master branch name with main Result: Use main as replacement for master
This commit is contained in:
parent
88fcb5124b
commit
95e1a21836
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@ -17,7 +17,7 @@ name: Build project
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "4.1"]
|
branches: [ "main"]
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * 1' # At 01:30 on Monday, every Monday.
|
- cron: '30 1 * * 1' # At 01:30 on Monday, every Monday.
|
||||||
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -22,10 +22,10 @@ name: "CodeQL"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["4.1", master]
|
branches: ["4.1", main]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: ["4.1", master]
|
branches: ["4.1", main]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 13 * * 3'
|
- cron: '0 13 * * 3'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user