Skip to content

Commit

Permalink
only run on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Feb 18, 2024
1 parent 4f9c6db commit 1f36f36
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: push
on: [push]
on:
push:
branches:
- master

name: codecov

jobs:
test:
Expand Down

0 comments on commit 1f36f36

Please sign in to comment.