Merge pull request #254 from wagoodman/gha-on-pr

Enforce GitHub Actions on PRs
This commit is contained in:
Alex Goodman 2019-11-20 16:37:31 -08:00 committed by GitHub
commit 119040e72c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: