From 836e1b3cbe82fb3716ff655e0ab0e149366e740f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 17 Oct 2023 12:51:19 +0200 Subject: [PATCH] Enable workflow for pull requests (#79) trying out the actions / protected repo functionality in live action --- .github/workflows/R-CMD-check.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index eabc4fc..6311675 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -5,6 +5,10 @@ on: push: branches-ignore: - data-backup + pull_request: + branches: + - master + - main # 2) every 4th day of month at CET noon last commit on default branch (i.e. master) schedule: @@ -50,6 +54,3 @@ jobs: - uses: r-lib/actions/check-r-package@v2 with: upload-snapshots: true - - -