Skip to content

Commit

Permalink
update branches
Browse files Browse the repository at this point in the history
  • Loading branch information
EEParker authored Apr 9, 2024
1 parent a159570 commit 051994c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Code Coverage Report

on:
push:
branches: [ * ]
branches:
- '*'
pull_request:
branches: [ * ]
branches:
- '*'

jobs:
build:
Expand Down

0 comments on commit 051994c

Please sign in to comment.