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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
|
paths:
|
||||||
|
- 'docker/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Reference in a new issue