From f47082013d03f6d8c394297364c17a2de76715e6 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Wed, 20 Nov 2019 16:29:15 -0800 Subject: [PATCH] enforce gha on prs --- .github/workflows/pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 30b075a..1434f90 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,5 +1,8 @@ name: 'app-pipeline' -on: [ push ] +on: + push: + pull_request: + types: [ opened, reopened ] env: DOCKER_CLI_VERSION: "19.03.1" jobs: