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: