Skip to content

Commit 6036c09

Browse files
committed
update workflows
1 parent 2bb7e82 commit 6036c09

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
# NOTE: This workflow is overkill for most R packages and
5+
# check-standard.yaml is likely a better choice.
6+
# usethis::use_github_action("check-standard") will install it.
7+
on:
8+
push:
9+
branches: [main, master]
10+
11+
name: R-CMD-check
12+
13+
jobs:
14+
R-CMD-check:
15+
uses: easystats/workflows/.github/workflows/R-CMD-check-main.yaml@main

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

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# check-standard.yaml is likely a better choice.
66
# usethis::use_github_action("check-standard") will install it.
77
on:
8-
push:
9-
branches: [main, master]
108
pull_request:
119
branches: [main, master]
1210

0 commit comments

Comments
 (0)