summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-23 22:53:17 -0500
committerGitHub <noreply@github.com>2024-11-23 22:53:17 -0500
commit02d963c6cd179ec5c9da71935c2083cb2c07b3ee (patch)
tree0c8d0cd5eb1f2c700af6f36bfa7887df060a7ea2 /.github
parent9da4d8dc30006c6f7f1a59dfe0c88d73d82df47a (diff)
allow manual vhs action run
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 9db1f78..0b94f74 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -7,6 +7,7 @@ on:
branches: [master]
pull_request:
branches: [master]
+ workflow_dispatch:
permissions:
contents: write
jobs: