Skip to content

Commit

Permalink
Allow manual invocation of CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 committed Jan 16, 2024
1 parent b037ffb commit 25edda9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- "*"
tags-ignore:
- "v*"
pull_request:
pull_request: {}
workflow_dispatch: {}
env:
CGO_ENABLED: "0"
GO_VERSION: "1.21"
Expand Down

0 comments on commit 25edda9

Please sign in to comment.