Skip to content

Commit

Permalink
fix: enable workflow dispatch for otomi tools build (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasLubbers authored May 2, 2024
1 parent d6954f1 commit 7856756
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/otomi-tools-build-push.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Otomi Tools Build and Versioning

on:
workflow_dispatch:
inputs:
version:
description: 'Version to build and push'
required: false
default: 'latest'
type: string
push:
branches:
- 'main'
Expand Down

0 comments on commit 7856756

Please sign in to comment.