File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: code scan
22
33on :
44 push :
5- branches : [master ]
5+ branches : [main ]
66 pull_request :
7- branches : [master ]
7+ branches : [main ]
88 schedule :
99 - cron : ' 30 5 * * *'
1010
5656 # make release
5757
5858 - name : Perform CodeQL Analysis
59- uses : github/codeql-action/analyze@v1
59+ uses : github/codeql-action/analyze@v1
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Python linting
55
66on :
77 push :
8- branches : [ master ]
8+ branches : [ main ]
99 pull_request :
10- branches : [ master ]
10+ branches : [ main ]
1111 schedule :
1212 - cron : ' 30 5 * * *'
1313
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Python Package using Conda
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88 schedule :
99 - cron : ' 30 5 * * *'
1010
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Python package test
55
66on :
77 push :
8- branches : [ master ]
8+ branches : [ main ]
99 pull_request :
10- branches : [ master ]
10+ branches : [ main ]
1111 schedule :
1212 - cron : ' 30 5 * * *'
1313
You can’t perform that action at this time.
0 commit comments