Skip to content

Commit

Permalink
Enable workflow for pull requests (#79)
Browse files Browse the repository at this point in the history
trying out the actions / protected repo functionality in live action
  • Loading branch information
krlmlr authored Oct 17, 2023
1 parent 2c60fe5 commit 836e1b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -50,6 +54,3 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true



0 comments on commit 836e1b3

Please sign in to comment.