add dispatch

This commit is contained in:
d34dscene
2025-11-12 17:35:06 +01:00
parent 0b398290e2
commit 971ea20eb9
3 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:

View File

@@ -4,6 +4,7 @@ on:
push:
tags:
- "v*"
workflow_dispatch:
permissions:
contents: write

View File

@@ -13,6 +13,7 @@ on:
- "**.go"
- "go.mod"
- "go.sum"
workflow_dispatch:
jobs:
test: