Replace default branch name with main

This commit is contained in:
Jonathan Clem 2020-07-14 16:36:10 -04:00
parent b507739f17
commit 1ba1e95cf2
No known key found for this signature in database
GPG key ID: B3662C4A8F843179
5 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
on:
push: {branches: master}
pull_request: {branches: master}
push: {branches: main}
pull_request: {branches: main}
jobs:
ci: