mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
chore: redeploy registry when templates are updated (#185)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user