Skip to content

Commit 8afca9a

Browse files
manual
1 parent c71ced2 commit 8afca9a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.cloudbees/workflows/a-workflow.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ apiVersion: automation.cloudbees.io/v1alpha1
22
kind: workflow
33
name: a-workflow
44
on:
5-
push:
6-
branches:
7-
- "**"
5+
workflow_dispatch:
6+
inputs:
7+
param1:
8+
type: string
89
jobs:
910
build:
1011
steps:

0 commit comments

Comments
 (0)