chore: Ignore unnecessary files in production build workflow
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user