Update .forgejo/workflows/CD.yml
This commit is contained in:
parent
698631fc7e
commit
bb2560d265
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ name: Ansible Deploy to Hosts
|
|||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
paths:
|
||||
- 'docker/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Reference in a new issue