rename default branch in files

This commit is contained in:
David Lord 2021-05-11 15:18:41 -07:00
parent 269e8782ac
commit 0fa6b55517
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/**'