Run CI on master and PRs to master only

This commit is contained in:
Lucien Greathouse
2020-05-20 15:30:44 -07:00
parent 5ccd02939b
commit bdd1afea57

View File

@@ -1,9 +1,13 @@
name: CI
on:
pull_request:
push:
branches: ["*"]
branches:
- master
pull_request:
branches:
- master
jobs:
build: