Merge pull request #47 from RobotsAndPencils/test-action-event

Only run CI workflow on push to main
This commit is contained in:
Brandon Evans 2021-01-06 10:13:14 -07:00 committed by GitHub
commit 3361448012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,11 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macOS-11.0