Skip to content

Commit 561af87

Browse files
committed
branch
1 parent 038e189 commit 561af87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rhub.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
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]
813

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

0 commit comments

Comments
 (0)