Prepare for a new default branch name

This commit is contained in:
Tim Schaub
2020-06-19 10:25:03 -06:00
parent a396ca62d1
commit 139b048197
8 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- master
- todo-change-to-main
jobs:
publish-npm:

View File

@@ -3,10 +3,10 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
env:
CI: true