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 4
4
push :
5
5
branches :
6
6
# Pattern order matters: the last matching inclusion/exclusion wins
7
- - ' main '
7
+ - ' 7.1 '
8
8
# We don't want to run CI on branches for dependabot, just on the PR.
9
9
- ' !dependabot/**'
10
10
pull_request :
11
11
branches :
12
- - ' main '
12
+ - ' 7.1 '
13
13
# Ignore dependabot PRs that are not just about build dependencies or workflows;
14
14
# we'll reject such PRs and send one ourselves.
15
15
- ' !dependabot/**'
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [ 'main ' ]
5
+ branches : [ '7.1 ' ]
6
6
pull_request :
7
7
# The branches below must be a subset of the branches above
8
- branches : [ 'main ' ]
8
+ branches : [ '7.1 ' ]
9
9
schedule :
10
10
- cron : ' 34 11 * * 4'
11
11
You can’t perform that action at this time.
0 commit comments