Skip to content

Commit

Permalink
Update build-and-review-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeyoPP authored Oct 22, 2024
1 parent 97a3120 commit a58fdd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
# we would make the commits with a different user and their PAT. To minimize exposure
# and complication we will request those changes be manually made by the PR author.
pull_request:
types: [opened, synchronize, reopened]
types: [edited, reopened, synchronize]
pull_request_review:
types: [submitted]
# paths:
# Do not include specific paths here. We always want this build to run and produce a
# status check which are branch protection rules can use. If this is skipped because of
Expand Down

0 comments on commit a58fdd5

Please sign in to comment.