diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 22:53:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 22:53:17 -0500 |
commit | 02d963c6cd179ec5c9da71935c2083cb2c07b3ee (patch) | |
tree | 0c8d0cd5eb1f2c700af6f36bfa7887df060a7ea2 | |
parent | 9da4d8dc30006c6f7f1a59dfe0c88d73d82df47a (diff) |
allow manual vhs action run
-rw-r--r-- | .github/workflows/go.yml | 1 |
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: |