add manual trigger for workflows

This commit is contained in:
AndReicscs
2026-06-22 16:57:27 +00:00
parent d53e44f190
commit 0d906fa705
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
push:
tags:
- 'hub/v*.*.*'
workflow_dispatch:
permissions:
contents: write
@@ -4,6 +4,7 @@ on:
push:
tags:
- 'sensor/**/v*.*.*'
workflow_dispatch:
permissions:
contents: write
+1
View File
@@ -4,6 +4,7 @@ on:
push:
tags:
- 'wizard/v*.*.*'
workflow_dispatch:
permissions:
contents: write