ci: fix verify workflow tirggers (#2032)
This commit is contained in:
parent
f278a0bada
commit
85120c0a3b
2
.github/workflows/lint_pr.yml
vendored
2
.github/workflows/lint_pr.yml
vendored
@ -3,7 +3,7 @@ name: Verify PR title
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, edited]
|
types: [opened, ready_for_review, reopened, edited, synchronize]
|
||||||
jobs:
|
jobs:
|
||||||
lint_pr:
|
lint_pr:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user