rename default branch in files

This commit is contained in:
David Lord 2021-05-11 15:18:41 -07:00
parent 6fb1101f70
commit 52adf2ec21
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 9 additions and 9 deletions

View file

@ -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/**'