trigger workflow on workflow_dispatch
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
d98ca6ea37
commit
d860a03fbe
|
@ -5,6 +5,8 @@ on:
|
|||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue