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:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue