Merge pull request #254 from wagoodman/gha-on-pr
Enforce GitHub Actions on PRs
This commit is contained in:
commit
119040e72c
5
.github/workflows/pipeline.yml
vendored
5
.github/workflows/pipeline.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: 'app-pipeline'
|
||||
on: [ push ]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ opened, reopened ]
|
||||
env:
|
||||
DOCKER_CLI_VERSION: "19.03.1"
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user