diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 23:06:13 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 23:06:13 -0500 |
commit | f94279f3c18d94d2c0eab468cee362f9348ae4ed (patch) | |
tree | 96f7c9d32d081d61cfcbe255e0712afc549468b0 | |
parent | bf570ece62b1598fd5748a3bd67a4e935da71924 (diff) | |
parent | 02d963c6cd179ec5c9da71935c2083cb2c07b3ee (diff) |
Merge branch 'master' of gh:ChausseBenjamin/termpicker
-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 3fa671d..ae86aac 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,7 @@ on: branches: [master] pull_request: branches: [master] + workflow_dispatch: permissions: contents: write jobs: |