rename default branch in files
This commit is contained in:
parent
6fb1101f70
commit
52adf2ec21
5 changed files with 9 additions and 9 deletions
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
|
@ -2,7 +2,7 @@ name: Tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- '*.x'
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
|
@ -10,7 +10,7 @@ on:
|
|||
- '*.rst'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- '*.x'
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue