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
commit 705dd14f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ on:
pull_request: pull_request:
push: push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all 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: jobs:
test: test: