.github/workflows: Build on v4 tags.

This commit is contained in:
Laurens Valk
2026-05-29 21:15:03 +02:00
parent f12a6a26ac
commit 5bef252078
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: Release @pybricks/ide-docs
on:
push:
tags:
- 'v3.*'
- 'v4.*'
jobs:
publish_ide_docs:
+1 -1
View File
@@ -3,7 +3,7 @@ name: Release @pybricks/jedi
on:
push:
tags:
- 'v3.*'
- 'v4.*'
jobs:
publish_jedi:
+1 -1
View File
@@ -1,7 +1,7 @@
on:
push:
tags:
- 'v3.*'
- 'v4.*'
name: Create release on GitHub and PyPI