From 3bb64fa225e1e41989ac54056b7593697b259078 Mon Sep 17 00:00:00 2001 From: "Logan C. Brooks" Date: Wed, 4 Oct 2023 11:21:36 -0700 Subject: [PATCH] Set R-CMD-check to run on push & PR to v0.0.6 Co-authored-by: dsweber2 --- .github/workflows/R-CMD-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index c4bcd6b68..eff7367ec 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -4,9 +4,9 @@ # Created with usethis + edited to use API key. on: push: - branches: [main, master] + branches: [main, master, v0.0.6] pull_request: - branches: [main, master] + branches: [main, master, v0.0.6] name: R-CMD-check