Skip to content

Commit 7bbed48

Browse files
authored
Merge pull request #262 from JuliaInterop/ChrisRackauckas-patch-1
Update CI.yml and fix master
2 parents 35cd1b7 + f8b329c commit 7bbed48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
22
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
3-
on: push
3+
on:
4+
push:
5+
pull_request:
46
name: R-CMD-check
57

68
jobs:

0 commit comments

Comments
 (0)