Skip to content

Commit 23af6b4

Browse files
committed
-
1 parent 561af87 commit 23af6b4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/rhub.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
# rhub::rhub_setup()
66
#
77
# It is unlikely that you need to modify this file manually.
8-
on:
9-
push:
10-
branches: [main, master, devel]
11-
pull_request:
12-
branches: [main, master, devel]
138

149
name: R-hub
1510
run-name: "${{ github.event.inputs.id }}: ${{ github.event.inputs.name || format('Manually run by {0}', github.triggering_actor) }}"
1611

1712
on:
13+
push:
14+
branches: [main, master, devel]
15+
pull_request:
16+
branches: [main, master, devel]
1817
workflow_dispatch:
1918
inputs:
2019
config:

0 commit comments

Comments
 (0)