Skip to content

Commit

Permalink
ci(pr-build): add pr.ready_for_review trigger (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki authored Jul 19, 2023
1 parent 242bc19 commit ea77394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ea77394

Please sign in to comment.