Update ci.yml

This commit is contained in:
Andy McKay 2020-07-21 08:05:11 -07:00 committed by GitHub
parent 89e8dc2362
commit c068e8508e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- master # triggers on pushes that contain changes in master
- main # triggers on pushes that contain changes in main
jobs:
test: