Update .forgejo/workflows/CD.yml
This commit is contained in:
parent
74aad2fabe
commit
db84f7cf2a
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:
|
||||
|
|
Loading…
Reference in a new issue