Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gha workflows #128

Merged
merged 11 commits into from
May 2, 2024
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_dispatch:
push:
branches: [main, master, develop, release, auto-update-test]
branches: [main, master, develop, release, auto-update-test, update-gha-workflows]
pull_request:
branches: [main, master, develop, release]
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/drat--insert-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ on:
workflow_dispatch:
push:
branches: [develop, auto-update-test]
schedule:
# (see https://crontab.guru)
- cron: "10 3 * */2 WED"

name: Publish to pkg-repo (drat)

Expand Down
Loading