diff --git a/.github/workflows/webcomponents.yml b/.github/workflows/webcomponents.yml
index 1e133f4aae..e090eb78bb 100644
--- a/.github/workflows/webcomponents.yml
+++ b/.github/workflows/webcomponents.yml
@@ -7,7 +7,7 @@ on:
branches:
- main
tags:
- - '*.*.*'
+ - 'v*.*.*'
release:
types: [published]
diff --git a/docs/guide/webcomponents.md b/docs/guide/webcomponents.md
index 7b372d20c3..c1282a6664 100644
--- a/docs/guide/webcomponents.md
+++ b/docs/guide/webcomponents.md
@@ -20,7 +20,7 @@ Web Components are made to be easily included in any context. To do so, you have
- include your Web Component in the HTML content.
```html
-
+
...
`v1.1.0` as well as `wc-dist-main`.
+The Web Component script is automatically built upon merges on main and for releases. These builds are made available via a jsdelivr CDN, which points at `wc-dist` branches in the github repository. There is a `wc-dist` branch for every release tag > `v2.0.0` as well as `wc-dist-main`.
-You can choose the version of the Web Component script you wish to use by indicating the corresponding value in the script's URL e.g. `wc-dist-v1.1.0`.
+You can choose the version of the Web Component script you wish to use by indicating the corresponding value in the script's URL e.g. `wc-dist-v2.0.0`.
## Build