Ignore service-templates.json in production build workflow
This commit is contained in:
parent
6187c826b4
commit
a2c9dabd77
2
.github/workflows/production-build.yml
vendored
2
.github/workflows/production-build.yml
vendored
@ -3,6 +3,8 @@ name: Production Build (v4)
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
paths-ignore:
|
||||||
|
- templates/service-templates.json
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
Loading…
Reference in New Issue
Block a user