Skip to content

Commit

Permalink
only run coverage once
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasaarholt committed Apr 2, 2024
1 parent e9bd987 commit 540ac1f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Coverage
on:
push:
branches:
- '**'
pull_request:
branches:
- main
push:
branches: [main]

jobs:
coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 540ac1f

Please sign in to comment.