We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aec8f0 commit b2865d5Copy full SHA for b2865d5
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -1,12 +1,11 @@
1
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
-
4
on:
5
push:
6
branches: [main, master]
7
pull_request:
8
- branches: [main, master]
9
- schedule:
+ branches: [main, master]
+ schedule:
10
- cron: "15 15 * * *"
11
12
name: R-CMD-check
0 commit comments