chore: redeploy registry when templates are updated (#185)

This commit is contained in:
Atif Ali
2025-07-07 17:24:43 +05:00
committed by GitHub
parent 9da899ee66
commit 98f63d375b
+5
View File
@@ -6,6 +6,11 @@ on:
# Matches release/<namespace>/<resource_name>/<semantic_version>
# (e.g., "release/whizus/exoscale-zone/v1.0.13")
- "release/*/*/v*.*.*"
branches: # Templates get released when merged to main
- main
paths:
- "registry/**/templates/**"
- ".icons/**"
jobs:
deploy: