Skip to content

Commit c8f042d

Browse files
authored
Merge pull request #267 from JuliaInterop/ViralBShah-patch-1
Update CI.yml
2 parents 7bbed48 + b8122c3 commit c8f042d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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:
3+
name: R-CMD-check
4+
on:
45
push:
6+
branches: [master]
7+
tags: ['*']
58
pull_request:
6-
name: R-CMD-check
9+
workflow_dispatch:
710

811
jobs:
912
R-CMD-check:

0 commit comments

Comments
 (0)