Skip to content

Commit

Permalink
r.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascarey committed May 3, 2024
1 parent 6e5663e commit 70a1106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: R

on:
push:
branches: [ master, develop ]
branches: [ main, master, develop ]
pull_request:
branches: [ master, develop ]
branches: [ main, master, develop ]

jobs:
build:
Expand All @@ -22,7 +22,7 @@ jobs:
r-version: ['4.3.0', '4.2.3', '4.1.3', '3.6.3']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 70a1106

Please sign in to comment.