We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc34683 commit 171419fCopy full SHA for 171419f
1 file changed
.github/workflows/r.yml
@@ -8,9 +8,9 @@
8
9
on:
10
push:
11
- branches: [main, master]
+ branches: [main, master, devel]
12
pull_request:
13
14
15
name: R-CMD-check
16
@@ -75,4 +75,4 @@ jobs:
75
uses: actions/upload-artifact@v4
76
with:
77
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
78
- path: check
+ path: check
0 commit comments