Trigger GitHub Workflows on master pushes and all PRs

This commit is contained in:
Michael Mintz 2019-12-31 16:44:16 -05:00
parent b065f0a3ec
commit e67085f7b5
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: CI build
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
build: