We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0ab63 commit da38eb6Copy full SHA for da38eb6
.github/workflows/pkgdown.yaml
@@ -6,6 +6,8 @@ on:
6
branches:
7
- "docs*"
8
- "cran-*"
9
+ # The main branch is excluded here, it is handled by the R-CMD-check workflow.
10
+ # This workflow is only for handling pushes to designated branches.
11
workflow_dispatch:
12
13
name: pkgdown
0 commit comments