Skip to content

Commit

Permalink
include all necessary types
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jan 16, 2024
1 parent 9328c9c commit 6ba7217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: validate PR title
# trigger on pull_request events of the opened & edited type.
on:
pull_request:
types: [ opened, edited ]
types: [ opened, synchronize, edited, reopened ]

# pipeline to execute
jobs:
Expand Down

0 comments on commit 6ba7217

Please sign in to comment.