Skip to content

Commit b0a6786

Browse files
Publish workflow condition change (#413)
Publish workflow condition change (#413)
1 parent 779e877 commit b0a6786

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
name: Publish
1+
name: Publish & Release SDK
22
on:
3-
release:
4-
types: [published]
3+
workflow_dispatch:
4+
inputs:
5+
cab_id:
6+
description: "CAB id for the change/release"
7+
required: true
8+
type: string
59

610
jobs:
711
publish:

0 commit comments

Comments
 (0)