diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 30b075a7..1434f90b 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: