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:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths-ignore:
|
||||
- templates/service-templates.json
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
Loading…
Reference in New Issue
Block a user