Add workflow_dispatch to workflow file

This commit is contained in:
Jonathan Clem
2020-08-05 10:56:08 -04:00
parent 60977d4297
commit d6ff32ddb2
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on:
push: {branches: main}
pull_request: {branches: main}
repository_dispatch:
workflow_dispatch:
jobs:
test:

View File

@@ -4,6 +4,7 @@ on:
push: {branches: main}
pull_request: {branches: main}
repository_dispatch:
workflow_dispatch:
jobs:
test: