Add workflow dispatch
https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
This commit is contained in:
parent
cab4557e5b
commit
d9c47fb58b
|
@ -6,9 +6,7 @@ on:
|
|||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
# Allow rebuilds via API.
|
||||
repository_dispatch:
|
||||
types: rebuild
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in New Issue