Build on pushes to main, or PRs against main

This commit is contained in:
Deirdre Connolly 2020-05-08 23:50:02 -04:00 committed by Deirdre Connolly
parent 33acb8e091
commit aeff0117c5
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs: