From 120f6ed0d71e1e5f92e2798dbbcabfaf0d82b274 Mon Sep 17 00:00:00 2001 From: boxydog Date: Tue, 30 Jan 2024 13:29:25 -0600 Subject: [PATCH] Run github checks on branches as well as main/master --- .github/workflows/R-CMD-check.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index bb166eb0..7f2253ec 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -2,7 +2,6 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [main, master] pull_request: branches: [main, master]