Browse Source

Update ci.yml

Mark Sch 4 years ago
parent
commit
566d7a7a67
1 changed files with 1 additions and 2 deletions
  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: