ci(pr-build): add pr.ready_for_review trigger (#226)

This commit is contained in:
Kevin Yu 2023-07-19 22:14:07 +08:00 committed by GitHub
parent 242bc19e4a
commit ea77394b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ run-name: "#${{ github.event.pull_request.number }} - ${{ github.event.pull_req
on:
pull_request:
types: [ opened, synchronize, reopened ]
types: [ opened, synchronize, reopened, ready_for_review ]
paths:
- "**/*.go"
- "**/*.c"