From 5bbc338082490b025a1e0e0085fe10601d44fc52 Mon Sep 17 00:00:00 2001 From: sunroofgod Date: Mon, 11 Sep 2023 14:54:23 +0800 Subject: [PATCH] update: branch references for ci/cd --- .github/workflows/R-CMD-check.yaml | 4 ++-- .github/workflows/pkgdown.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 71ae6a0..24ec5d1 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -2,9 +2,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [dev] + branches: [dev, master] pull_request: - branches: [dev] + branches: [dev, master] name: R-CMD-check diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 2aa6ce5..fee0731 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -2,9 +2,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [dev] + branches: [master] pull_request: - branches: [dev] + branches: [master] release: types: [published] workflow_dispatch: