Skip to content

Commit f0bc584

Browse files
committed
Add manual trigger to CI
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent 7fbbec8 commit f0bc584

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches:
66
- '**'
7+
workflow_dispatch:
8+
inputs:
9+
name:
10+
description: "Manual trigger"
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)