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.
1 parent 038e189 commit 561af87Copy full SHA for 561af87
.github/workflows/rhub.yaml
@@ -5,6 +5,11 @@
5
# rhub::rhub_setup()
6
#
7
# It is unlikely that you need to modify this file manually.
8
+on:
9
+ push:
10
+ branches: [main, master, devel]
11
+ pull_request:
12
13
14
name: R-hub
15
run-name: "${{ github.event.inputs.id }}: ${{ github.event.inputs.name || format('Manually run by {0}', github.triggering_actor) }}"
0 commit comments