chore: Ignore unnecessary files in production build workflow
This commit is contained in:
parent
e4854aaa1b
commit
22de8a7d2b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/production-build.yml
vendored
2
.github/workflows/production-build.yml
vendored
|
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- .github/workflows/coolify-helper.yml
|
||||||
|
- docker/coolify-helper/Dockerfile
|
||||||
- templates/service-templates.json
|
- templates/service-templates.json
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue