Skip to content

Commit 2eba7e8

Browse files
authored
Add workflow dispatch to R-CMD-check.yaml
1 parent d71b135 commit 2eba7e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# check-standard.yaml is likely a better choice.
66
# usethis::use_github_action("check-standard") will install it.
77
on:
8+
workflow_dispatch:
89
push:
910
branches: [main, master]
1011
pull_request:

0 commit comments

Comments
 (0)