We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bc0d9 commit f159263Copy full SHA for f159263
1 file changed
.github/workflows/pre-commit-hooks.yml
@@ -4,6 +4,11 @@ on:
4
push:
5
branches: [main]
6
pull_request:
7
+ types:
8
+ - opened
9
+ - reopened
10
+ - synchronize
11
+ - edited # for PR title changes
12
13
14
permissions: {}
0 commit comments