Add workflow_dispatch to workflow file

d6ff32d · Jonathan Clem · 2020-08-05 14:56

2 files +2 -0

Files changed

modified .github/workflows/test.yml
+1 −0
@@ -4,6 +4,7 @@ on:
4 4 push: {branches: main}
5 5 pull_request: {branches: main}
6 6 repository_dispatch:
7 + workflow_dispatch:
7 8
8 9 jobs:
9 10 test:
modified dist/.github/workflows/test.yml
+1 −0
@@ -4,6 +4,7 @@ on:
4 4 push: {branches: main}
5 5 pull_request: {branches: main}
6 6 repository_dispatch:
7 + workflow_dispatch:
7 8
8 9 jobs:
9 10 test:

Parents: 60977d4