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 561af87 commit 23af6b4Copy full SHA for 23af6b4
.github/workflows/rhub.yaml
@@ -5,16 +5,15 @@
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) }}"
16
17
on:
+ push:
+ branches: [main, master, devel]
+ pull_request:
18
workflow_dispatch:
19
inputs:
20
config:
0 commit comments