enforce gha on prs

This commit is contained in:
Alex Goodman 2019-11-20 16:29:15 -08:00
parent 35db1ec914
commit f47082013d
No known key found for this signature in database
GPG Key ID: 150587AB82D3C4E6

View File

@ -1,5 +1,8 @@
name: 'app-pipeline'
on: [ push ]
on:
push:
pull_request:
types: [ opened, reopened ]
env:
DOCKER_CLI_VERSION: "19.03.1"
jobs: