Skip to content

Commit

Permalink
Update check_on_different_r_os.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervsd authored Oct 30, 2024
1 parent 9118ab8 commit 35a354e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/check_on_different_r_os.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
on:
push:
branches:
- main
- master
branches-ignore: #ignore this workflow for all branches
- '**'
#branches:
# - main
# - master
pull_request:
branches:
- main
- master
branches-ignore:
- '**' #ignore this workflow for all branches
#branches:
# - main
# - master

name: R-CMD-check-OS

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 35a354e

Please sign in to comment.