File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [master , ]
5+ branches : [main , ]
66 pull_request :
77 # The branches below must be a subset of the branches above
8- branches : [master ]
8+ branches : [main ]
99 schedule :
1010 - cron : ' 0 11 * * 1'
1111
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: .NET Core
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99jobs :
1010 build :
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ name: Lint Code Base
1111# ############################
1212on :
1313 push :
14- branches-ignore : [master, main]
14+ branches-ignore : [main]
1515 # Remove the line above to run when pushing to master
1616 pull_request :
17- branches : [master, main]
17+ branches : [main]
1818
1919# ##############
2020# Set the Job #
You can’t perform that action at this time.
0 commit comments