We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698631f commit bb2560dCopy full SHA for bb2560d
.forgejo/workflows/CD.yml
@@ -2,6 +2,8 @@ name: Ansible Deploy to Hosts
2
on:
3
pull_request:
4
types: [closed]
5
+ paths:
6
+ - 'docker/**'
7
workflow_dispatch:
8
9
jobs:
0 commit comments