File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 # Pattern order matters: the last matching inclusion/exclusion wins
7- - ' main '
7+ - ' 7.1 '
88 # We don't want to run CI on branches for dependabot, just on the PR.
99 - ' !dependabot/**'
1010 pull_request :
1111 branches :
12- - ' main '
12+ - ' 7.1 '
1313 # Ignore dependabot PRs that are not just about build dependencies or workflows;
1414 # we'll reject such PRs and send one ourselves.
1515 - ' !dependabot/**'
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [ 'main ' ]
5+ branches : [ '7.1 ' ]
66 pull_request :
77 # The branches below must be a subset of the branches above
8- branches : [ 'main ' ]
8+ branches : [ '7.1 ' ]
99 schedule :
1010 - cron : ' 34 11 * * 4'
1111
You can’t perform that action at this time.
0 commit comments