mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-19 20:21:49 +00:00
ci(build): allow for manual dispatch of the build action
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
This commit is contained in:
parent
31041b62a8
commit
6fceac681f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -1,9 +1,12 @@
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
# Allow manual dispatch in GH
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue