File tree Expand file tree Collapse file tree 4 files changed +6
-13
lines changed
Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 11# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
22# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
3+ name : R-CMD-check
4+
35on :
46 push :
57 branches :
810 branches :
911 - ' **'
1012
11- name : R-CMD-check
12-
1313jobs :
1414 R-CMD-check :
1515 runs-on : ${{ matrix.config.os }}
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: build-artifacts
33on :
44 push :
55 branches : [main, master]
6- pull request :
7- branches : [main, master]
86
97jobs :
108 build-artifacts :
Original file line number Diff line number Diff line change 11# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3+ name : pkgdown.yaml
4+
35on :
46 push :
57 branches : [main, master]
6- pull_request :
78 release :
89 types : [published]
910 workflow_dispatch :
1011
11- name : pkgdown.yaml
12-
1312permissions : read-all
1413
1514jobs :
Original file line number Diff line number Diff line change 1+ name : test-coverage
2+
13on :
24 push :
35 branches :
46 - main
57 - master
6- pull_request :
7- branches :
8- - main
9- - master
10-
11- name : test-coverage
128
139jobs :
1410 test-coverage :
You can’t perform that action at this time.
0 commit comments