Follow the main branch for CI
This commit is contained in:
parent
2523a98be6
commit
fb24775d15
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -3,12 +3,12 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
|
||||
tags: [ 'v*' ]
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- '[0-9].[0-9]+'
|
||||
- 'update/pre-commit-autoupdate'
|
||||
schedule:
|
||||
|
|
Loading…
Reference in a new issue