Skip to content

Commit

Permalink
enforce gha on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoodman committed Nov 21, 2019
1 parent 35db1ec commit f470820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'app-pipeline'
on: [ push ]
on:
push:
pull_request:
types: [ opened, reopened ]
env:
DOCKER_CLI_VERSION: "19.03.1"
jobs:
Expand Down

0 comments on commit f470820

Please sign in to comment.