Skip to content

Commit

Permalink
TST: Add workflow_dispatch at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Apr 19, 2024
1 parent 3f1c391 commit 69d830f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
release:
types:
- created
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled'
required: false
default: false

jobs:
standard:
Expand Down

0 comments on commit 69d830f

Please sign in to comment.