Skip to content

Commit

Permalink
Listen pull_request event for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Aug 8, 2021
1 parent 4ea0fca commit 5dae0eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Deployment Pipeline

on:
push:
branches:
- main
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize]

jobs:
deploy:
Expand Down

0 comments on commit 5dae0eb

Please sign in to comment.