ci: fix verify workflow tirggers (#2032)

This commit is contained in:
Dexter Edwards 2022-11-11 12:45:38 +00:00 committed by GitHub
parent f278a0bada
commit 85120c0a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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