Skip to content

Commit

Permalink
do test coverage on refacotr temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 26, 2024
1 parent 2a7af6f commit 31da4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
on:
push:
branches: [main, master]
branches: [main, refactor]
pull_request:
branches: [main, master]
branches: [main]

name: test-coverage

Expand Down

0 comments on commit 31da4a0

Please sign in to comment.