Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Aug 25, 2024
1 parent 561af87 commit 23af6b4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
# rhub::rhub_setup()
#
# It is unlikely that you need to modify this file manually.
on:
push:
branches: [main, master, devel]
pull_request:
branches: [main, master, devel]

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

on:
push:
branches: [main, master, devel]
pull_request:
branches: [main, master, devel]
workflow_dispatch:
inputs:
config:
Expand Down

0 comments on commit 23af6b4

Please sign in to comment.