File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : ["master "]
16+ branches : ["main "]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : ["master "]
19+ branches : ["main "]
2020 schedule :
2121 - cron : " 0 0 * * 1"
2222
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ name: RSpec
44on :
55 push :
66 branches :
7- - master
7+ - main
88 pull_request :
99 branches :
10- - master
10+ - main
1111 schedule :
1212 - cron : " 0 21 * * 6"
1313
Original file line number Diff line number Diff line change 1212 schedule :
1313 - cron : ' 20 7 * * 2'
1414 push :
15- branches : ["master "]
15+ branches : ["main "]
1616
1717# Declare default permissions as read only.
1818permissions : read-all
You can’t perform that action at this time.
0 commit comments