Skip to content

Commit

Permalink
disable badge commit on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Sep 27, 2024
1 parent cf0f137 commit 72c8157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ jobs:

- name: Test
run: go test -v ./...

- name: Coverage
run: go test -v -cover ./...
2 changes: 0 additions & 2 deletions .github/workflows/gocover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Go coverage badge # The name of the workflow that will appear on Github
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 72c8157

Please sign in to comment.