Skip to content

Commit

Permalink
refactor: 调整 on 的类型顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Jan 1, 2025
1 parent 9677186 commit 8090257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/noneflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: NoneFlow
on:
issues:
types: [opened, reopened, edited]
pull_request_target:
types: [closed]
issue_comment:
types: [created]
pull_request_target:
types: [closed]
pull_request_review:
types: [submitted]

Expand Down

0 comments on commit 8090257

Please sign in to comment.