Add ready_for_review type to pull_request trigger types

This runs checks on reopened draft PRs to support triggering PR checks
on draft PRs that were opened by other workflows.
This commit is contained in:
Henry Mercer 2021-08-03 19:29:42 +01:00
parent 7eb261eac8
commit 2632b65a56
5 changed files with 13 additions and 1 deletions

View file

@ -7,6 +7,9 @@ on:
push:
branches: [main, v1]
pull_request:
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
jobs: