Merge pull request #82 from actions/ci-on-main

Update branch
This commit is contained in:
Andy McKay
2020-07-21 08:25:15 -07:00
committed by GitHub

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: