fix: do not execute gh workflow on template changes

This commit is contained in:
Andras Bacsai
2024-11-07 12:35:54 +01:00
parent 3f8208e81b
commit 31b49dcad6
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
- docker/coolify-helper/Dockerfile
- docker/coolify-realtime/Dockerfile
- docker/testing-host/Dockerfile
- templates/service-templates.json
- templates/*
env:
GITHUB_REGISTRY: ghcr.io

View File

@@ -11,7 +11,7 @@ on:
- docker/coolify-helper/Dockerfile
- docker/coolify-realtime/Dockerfile
- docker/testing-host/Dockerfile
- templates/service-templates.json
- templates/*
env:
GITHUB_REGISTRY: ghcr.io