Fix PR build check (#214)

This commit is contained in:
Josh Dick
2020-03-05 20:08:47 -05:00
committed by GitHub
parent d7b596a252
commit c01abe67d4

View File

@@ -1,10 +1,15 @@
name: Validate Templates
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy: