We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2637dc1 commit 00eb9ddCopy full SHA for 00eb9dd
.github/workflows/ci-docker.yml
@@ -3,7 +3,7 @@ name: Docker CI
3
on:
4
pull_request:
5
branches: ['main']
6
- paths: ['Dockerfile','bin','config','.github/workflows/ci-docker.yml']
+ paths: ['Dockerfile','bin','config/**','.github/workflows/ci-docker.yml']
7
8
env:
9
REGISTRY: ghcr.io
0 commit comments