Skip to content

Commit

Permalink
add branch to pr-created job
Browse files Browse the repository at this point in the history
Signed-off-by: Tejas <jamdade.2@iitj.ac.in>
  • Loading branch information
0xt3j4s committed Nov 20, 2023
1 parent e76197f commit 16d929c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: pull_request_created
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- 'main'
paths-ignore:
- '*.md'
- '*.yaml'
Expand Down

0 comments on commit 16d929c

Please sign in to comment.