We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35cd1b7 + f8b329c commit 7bbed48Copy full SHA for 7bbed48
.github/workflows/CI.yml
@@ -1,6 +1,8 @@
1
# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
2
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
3
-on: push
+on:
4
+ push:
5
+ pull_request:
6
name: R-CMD-check
7
8
jobs:
0 commit comments