Skip to content

Commit

Permalink
Enable workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyRad committed Jan 22, 2024
1 parent 73b0a7c commit 1a3dd25
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
inputs:
logLevel:
required: false
default: 'info'
type: choice
options:
- debug
- info
- notice
- warning

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1a3dd25

Please sign in to comment.