We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1621f commit 4203aacCopy full SHA for 4203aac
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,11 @@ on:
4
pull_request:
5
branches:
6
- '**'
7
+ workflow_dispatch:
8
+ inputs:
9
+ name:
10
+ description: "Manual trigger"
11
+
12
13
jobs:
14
micro_ros_demos:
0 commit comments