summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2019-11-20 16:29:15 -0800
committerAlex Goodman <wagoodman@gmail.com>2019-11-20 16:29:15 -0800
commitf47082013d03f6d8c394297364c17a2de76715e6 (patch)
treee3ccb39d8480fa8e78a7d598d10ee6070cda5487
parent35db1ec914ddfb2e206e1e364bd8c1661d73a47d (diff)
enforce gha on prs
-rw-r--r--.github/workflows/pipeline.yml5
1 files changed, 4 insertions, 1 deletions
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: