Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
# Pattern order matters: the last matching inclusion/exclusion wins
- 'main'
- '7.1'
# We don't want to run CI on branches for dependabot, just on the PR.
- '!dependabot/**'
pull_request:
branches:
- 'main'
- '7.1'
# Ignore dependabot PRs that are not just about build dependencies or workflows;
# we'll reject such PRs and send one ourselves.
- '!dependabot/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ 'main' ]
branches: [ '7.1' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'main' ]
branches: [ '7.1' ]
schedule:
- cron: '34 11 * * 4'

Expand Down