Skip to content

Commit 49fb3e6

Browse files
rlespinasseclaude
andauthored
ci: enable manual workflow dispatch for all workflows (#9)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5a9a66a commit 49fb3e6

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read

.github/workflows/goreleaser.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
description: "Run in snapshot mode (no publish)"
88
type: boolean
99
default: false
10+
workflow_dispatch:
11+
inputs:
12+
dry_run:
13+
description: "Run in snapshot mode (no publish)"
14+
type: boolean
15+
default: false
1016

1117
permissions:
1218
contents: write

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
description: "Run in dry-run mode (no tag created)"
88
type: boolean
99
default: false
10+
workflow_dispatch:
11+
inputs:
12+
dry_run:
13+
description: "Run in dry-run mode (no tag created)"
14+
type: boolean
15+
default: false
1016

1117
permissions:
1218
contents: write

0 commit comments

Comments
 (0)