mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-22 02:07:50 +07:00
ci(pr-build): add pr.ready_for_review trigger (#226)
This commit is contained in:
parent
242bc19e4a
commit
ea77394b13
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user