Skip to content

Commit 8099749

Browse files
committed
ci: add workflow_dispatch to all, trigger document on README.Rmd
1 parent 3ba1990 commit 8099749

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main, dev]
66
pull_request:
77
branches: [main, dev]
8+
workflow_dispatch:
89

910
name: R-CMD-check
1011

.github/workflows/document.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
paths: ["R/**"]
5+
paths: ["R/**", "README.Rmd"]
6+
workflow_dispatch:
67

78
name: Document
89

.github/workflows/lint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main, dev]
66
pull_request:
77
branches: [main, dev]
8+
workflow_dispatch:
89

910
name: lint
1011

.github/workflows/style.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
"**.[rR]nw",
1111
"**.[rR]profile",
1212
]
13+
workflow_dispatch:
1314

1415
name: Style
1516

0 commit comments

Comments
 (0)