Skip to content

Commit 98f63d3

Browse files
authored
chore: redeploy registry when templates are updated (#185)
1 parent 9da899e commit 98f63d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-registry.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
# Matches release/<namespace>/<resource_name>/<semantic_version>
77
# (e.g., "release/whizus/exoscale-zone/v1.0.13")
88
- "release/*/*/v*.*.*"
9+
branches: # Templates get released when merged to main
10+
- main
11+
paths:
12+
- "registry/**/templates/**"
13+
- ".icons/**"
914

1015
jobs:
1116
deploy:

0 commit comments

Comments
 (0)