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 @@ -3,9 +3,9 @@ name: Build and test pyfactxx
33on :
44 workflow_dispatch :
55 push :
6- branches : [$default-branch , "wheels"]
6+ branches : [master , "wheels"]
77 pull_request :
8- branches : [$default-branch , "wheels"]
8+ branches : [master , "wheels"]
99
1010permissions :
1111 contents : read # access to check out code and install dependencies
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Codacy Security Scan
22
33on :
44 push :
5- branches : [$default-branch ]
5+ branches : [master ]
66 pull_request :
77 # The branches below must be a subset of the branches above
8- branches : [$default-branch ]
8+ branches : [master ]
99 schedule :
1010 - cron : " 32 23 * * 5"
1111
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [$default-branch ]
5+ branches : [master ]
66 pull_request :
77 # The branches below must be a subset of the branches above
8- branches : [$default-branch ]
8+ branches : [master ]
99 schedule :
1010 - cron : " 30 3 * * 0"
1111
You can’t perform that action at this time.
0 commit comments