feat: `cibtool trigger` uses default branch by default
modified src/bin/cibtool.rs
@@ -274,6 +274,9 @@ enum CibToolError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/trigger.rs
@@ -16,7 +16,7 @@ pub struct TriggerCmd {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -49,8 +49,19 @@ impl Leaf for TriggerCmd {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|