Skip to content

Commit

Permalink
try running codecoverage on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
evaham1 committed Oct 15, 2024
1 parent 4750148 commit a79b307
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches-ignore:
- updateREADME
workflow_dispatch: # Allow manual triggers
schedule:
- cron: '0 8 * * 4'
Expand Down

0 comments on commit a79b307

Please sign in to comment.