Skip to content

Commit 171419f

Browse files
Update r.yml
1 parent cc34683 commit 171419f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/r.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
on:
1010
push:
11-
branches: [main, master]
11+
branches: [main, master, devel]
1212
pull_request:
13-
branches: [main, master]
13+
branches: [main, master, devel]
1414

1515
name: R-CMD-check
1616

@@ -75,4 +75,4 @@ jobs:
7575
uses: actions/upload-artifact@v4
7676
with:
7777
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
78-
path: check
78+
path: check

0 commit comments

Comments
 (0)