.github/workflow master->main

Issue gh-284
This commit is contained in:
Rob Winch
2021-04-27 15:46:44 -05:00
parent 77208f05d9
commit a30a1692b2
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC

View File

@@ -3,7 +3,7 @@ name: PR build
on:
pull_request:
branches:
- master
- main
jobs:
build: