We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bbed48 + b8122c3 commit c8f042dCopy full SHA for c8f042d
.github/workflows/CI.yml
@@ -1,9 +1,12 @@
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:
+name: R-CMD-check
4
+on:
5
push:
6
+ branches: [master]
7
+ tags: ['*']
8
pull_request:
-name: R-CMD-check
9
+ workflow_dispatch:
10
11
jobs:
12
R-CMD-check:
0 commit comments