Skip to content

Commit

Permalink
Run PR check action on synchronize (#5140)
Browse files Browse the repository at this point in the history
When reusing this action elsewhere, I noticed that its status would be
cleared if additional commits were pushed to the PR branch. Triggering
on the synchronize event ensures that it will be checked on subsequent
commits.
  • Loading branch information
dmjb authored Dec 5, 2024
1 parent c2d9126 commit d60cba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Pull Request Validation
on:
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
jobs:
check-pr-content:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d60cba7

Please sign in to comment.