Skip to content

Commit 7856756

Browse files
authored
fix: enable workflow dispatch for otomi tools build (#1603)
1 parent d6954f1 commit 7856756

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/otomi-tools-build-push.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Otomi Tools Build and Versioning
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
version:
7+
description: 'Version to build and push'
8+
required: false
9+
default: 'latest'
10+
type: string
411
push:
512
branches:
613
- 'main'

0 commit comments

Comments
 (0)