chore: redeploy registry when templates are updated (#185)
This commit is contained in:
parent
9da899ee66
commit
98f63d375b
5
.github/workflows/deploy-registry.yaml
vendored
5
.github/workflows/deploy-registry.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user