fixed pr流水线触发事件

This commit is contained in:
xxq250 2025-10-16 09:26:31 +08:00
parent c9b3500fcf
commit f044ad705d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ on:
<% end %>
<%if node.name.to_s.include?("on-pull_request") %>
pull_request:
types: [opened, reopened]
<% end %>
<%if node.name.to_s.include?("on-fork") %>
fork: