From 5dae0eb81c151f1f754444022e7f4586a44b2667 Mon Sep 17 00:00:00 2001 From: midudev Date: Sun, 8 Aug 2021 21:27:07 +0200 Subject: [PATCH] Listen pull_request event for pipeline --- .github/workflows/pipeline.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4771f8a..c9fd5ee 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -2,8 +2,10 @@ name: Deployment Pipeline on: push: - branches: - - main + branches: [main] + pull_request: + branches: [main] + types: [opened, synchronize] jobs: deploy: