add workflow dispatch
This commit is contained in:
parent
89cfb7043d
commit
5de9fe3262
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ name: Ansible Deploy to Hosts
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue