ci(build): allow for manual dispatch of the build action

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
This commit is contained in:
Lachezar Lechev 2024-06-14 14:16:12 +03:00
parent 31041b62a8
commit 6fceac681f
No known key found for this signature in database
GPG key ID: 69BDCB3ED8CE8037

View file

@ -1,9 +1,12 @@
name: Build
on:
push:
branches:
- '**'
# Allow manual dispatch in GH
workflow_dispatch:
jobs:
build: