浏览代码

Update ci.yml

Mark Sch 4 年之前
父节点
当前提交
566d7a7a67
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/ci.yml

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

@@ -3,10 +3,9 @@ name: CI
 on:
   push:
   pull_request:
+  workflow_dispatch:
   schedule:
     - cron: "0 0 * * *"
-      branches:
-        - master
 
 jobs:
   testsuite: