Skip to content

Commit

Permalink
Update ci-go-cover.yml
Browse files Browse the repository at this point in the history
Add workflow_dispatch to old branch.
  • Loading branch information
fxamacker committed Jun 25, 2023
1 parent 0bf3981 commit 0dd8886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-go-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# 2. Update README.md to use the new path to badge.svg because the path includes the workflow name.

name: cover ≥98%
on: [push]
on: [ workflow_dispatch, push ]
jobs:

# Verify minimum coverage is reached using `go test -short -cover` on latest-ubuntu with default version of Go.
Expand Down

0 comments on commit 0dd8886

Please sign in to comment.