Skip to content

Commit

Permalink
Update gha workflows (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV authored May 2, 2024
1 parent 1e64b37 commit 2c68fd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit 2c68fd8

Please sign in to comment.