fix(ci): re-run GHA for ready_for_review events (#15377)

By default, the pull_request target only runs for the "opened",
"synchronize", and "reopened" events.

Since we've disabled GHA CI for "draft" PRs, the "ready_for_review"
event also needs to be included so CI is automatically run when leaving
draft status.
This commit is contained in:
James McCoy 2021-08-15 09:27:50 -04:00 committed by GitHub
parent 0f2af87a38
commit c6ef95606f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ on:
push:
branches: '**'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- 'master'
- 'release-[0-9]+.[0-9]+'