瀏覽代碼

Updated .github/workflows/ci.yml

maziggy 4 月之前
父節點
當前提交
ece713de9b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -5,6 +5,7 @@ on:
     branches: [main]
   pull_request:
     branches: [main]
+  workflow_dispatch:
     # Run on PRs targeting main, but skip for repo owner (runs local tests)
 
 # Skip CI for PRs authored by repo owner (they run tests locally)