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

View File

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