Skip to content

Commit

Permalink
ci: pr workflow to run on synchronize events
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro committed Oct 2, 2024
1 parent 55c2856 commit 1aaed67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, reopened, edited]
types: [opened, synchronize, reopened, edited]

jobs:
validate-pr-title:
Expand Down

0 comments on commit 1aaed67

Please sign in to comment.