chore: add action to update starter dependencies + update reference actions (#9385)

* chore: add action to update starter dependencies

* change trigger type

* trigger generating references on new RC release
This commit is contained in:
Shahed Nasser
2024-10-03 10:21:12 +03:00
committed by GitHub
parent 225d00cd09
commit 97c193be1b
4 changed files with 28 additions and 9 deletions

View File

@@ -6,8 +6,9 @@ on:
description: "Reference to Generate. Use either `all` to generate all references, `api` to generate the API reference, or `ui` to generate UI reference."
required: false
default: "all"
release:
types: [published]
# Disable this action until v2 is out of RC
# release:
# types: [published]
jobs:
api-v2: