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.
2 parents 97e4adc + ff9b0f9 commit bd6177dCopy full SHA for bd6177d
.github/workflows/ci-docker.yml
@@ -3,7 +3,7 @@ name: Docker CI
3
on:
4
pull_request:
5
branches: ['main']
6
- paths: ['Dockerfile','cmd','internal','go.*','.github/workflows/ci-docker.yml']
+ paths: ['Dockerfile','cmd/**','docs/**','internal/**','go.*','.github/workflows/ci-docker.yml']
7
8
env:
9
REGISTRY: ghcr.io
0 commit comments