Merge pull request #2 from LucasVbr/dev

feat: Add workflow_dispatch trigger to publish and release workflows
This commit is contained in:
Lucàs
2025-05-08 01:54:10 +02:00
committed by GitHub
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*.*.*'