Update action to use main (#168)

This commit is contained in:
Webber Takken 2020-10-29 23:21:48 +01:00 committed by GitHub
parent 21c985b8e9
commit 17c28995b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Actions
on:
pull_request: {}
push: { branches: [master] }
push: { branches: [main] }
env:
CODECOV_TOKEN: '2f2eb890-30e2-4724-83eb-7633832cf0de'

File diff suppressed because one or more lines are too long