Skip to content

Commit 1edf33d

Browse files
committed
Add branch input to workflow_dispatch
1 parent ebd34b5 commit 1edf33d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
- release-candidate
2020
workflow_dispatch:
2121
inputs:
22+
branch:
23+
description: 'Branch to run against'
24+
required: false
25+
type: string
2226
NGEN_IMAGE_TAG:
2327
description: 'NGEN_IMAGE_TAG'
2428
required: false

0 commit comments

Comments
 (0)