Skip to content

Commit 5d4192b

Browse files
committed
Also build pkgdown on cran- branches
1 parent 963d3f0 commit 5d4192b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ on:
99
branches:
1010
- main
1111
- master
12-
- "r-*"
1312
pull_request:
1413
branches:
1514
- main
1615
- master
17-
- "r-*"
1816
schedule:
1917
- cron: '10 0 * * *'
2018

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- "docs*"
8+
- "cran-*"
89

910
name: pkgdown
1011

0 commit comments

Comments
 (0)