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 270e49c commit 9764bfcCopy full SHA for 9764bfc
.github/workflows/build-images-on-commit.yml
@@ -7,8 +7,8 @@ on:
7
- "src/loaders/**"
8
- "src/services/**"
9
- "src/databases/**"
10
- - "scripts/docker-compose/**"
11
- - "scripts/k8s/**"
+ - "scripts/generators/docker-compose/**"
+ - "scripts/generators/k8s/**"
12
- ".github/workflows/reusable-build-container-images.yml"
13
- ".github/workflows/build-images-on-commit.yml"
14
workflow_dispatch:
.github/workflows/build-images-on-pr.yml
@@ -6,8 +6,8 @@ on:
6
- ".github/workflows/check.yml"
0 commit comments