diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 442c46f96a72..f638d6ab70e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/**' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 89ed21898618..34261f860336 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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'