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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
|
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
|
||||||
tags: [ 'v*' ]
|
tags: [ 'v*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- '[0-9].[0-9]+'
|
- '[0-9].[0-9]+'
|
||||||
- 'update/pre-commit-autoupdate'
|
- 'update/pre-commit-autoupdate'
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Reference in a new issue