Skip to content

Commit 98d8bde

Browse files
committed
Enable GH actions on 7.1 branch
1 parent b321840 commit 98d8bde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
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/**'

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
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

0 commit comments

Comments
 (0)