ci: fix verify workflow tirggers (#2032)
This commit is contained in:
@@ -3,7 +3,7 @@ name: Verify PR title
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited]
|
||||
types: [opened, ready_for_review, reopened, edited, synchronize]
|
||||
jobs:
|
||||
lint_pr:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user