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 name: Publish to npm
on: on:
workflow_dispatch:
push: push:
tags: tags:
- "v*.*.*" - "v*.*.*"
+1
View File
@@ -1,6 +1,7 @@
name: GitHub Release name: GitHub Release
on: on:
workflow_dispatch:
push: push:
tags: tags:
- 'v*.*.*' - 'v*.*.*'