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:
|
||||
branches: ["main"]
|
||||
paths-ignore:
|
||||
- .github/workflows/coolify-helper.yml
|
||||
- docker/coolify-helper/Dockerfile
|
||||
- templates/service-templates.json
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue