Browse Source

Allow manually run test workflow

Alex Tran 3 years ago
parent
commit
45e2335b86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

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

@@ -1,5 +1,6 @@
 name: Test
 on:
+  workflow_dispatch:
   pull_request:
   push: { branches: master }