mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-20 13:02:15 +00:00
ci: trigger either on push or pull_request for build workflow
This commit is contained in:
parent
37103862bd
commit
a65f9509bb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -3,10 +3,10 @@ name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- development
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- development
|
||||||
# Allow manual dispatch in GH
|
# Allow manual dispatch in GH
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue