mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- development
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
- development
|
||||
# Allow manual dispatch in GH
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue