Trigger GitHub actions build on either push and PR to master

type: development
This commit is contained in:
Casey Rodarmor 2020-03-06 18:39:17 -08:00
parent f2a5f13729
commit 1c22623df4
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -1,6 +1,12 @@
name: Build name: Build
on: [push] on:
push:
branches:
- master
pull_request:
branches:
- master
jobs: jobs:
all: all: