diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index f0a6e65..9608b84 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -2,7 +2,7 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [main, master] + branches: [main, dev] pull_request: branches: [main, master]