feat: Add workflow_dispatch trigger to publish and release workflows

This commit is contained in:
Lucàs
2025-05-08 01:50:45 +02:00
parent 3d675e49a8
commit ec4fe342f5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: Publish to npm
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"
+1
View File
@@ -1,6 +1,7 @@
name: GitHub Release
on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'