Skip to content

Commit

Permalink
ci: trigger workflow on ready_for_review of pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed May 1, 2024
1 parent 2a6f18c commit a7fbfb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: ctex-kit test

on:
pull_request:
types:
# added "ready_for_review"
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
[opened, ready_for_review, reopened, synchronize]
push:
schedule:
# at 12:00 UTC (20:00 CST/UTC +8) on Friday
Expand Down

0 comments on commit a7fbfb4

Please sign in to comment.