mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-05-11 04:30:49 +00:00
add branch name
This commit is contained in:
parent
0153525802
commit
b2af1d6c0b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Windows Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "main", "development" ]
|
||||
branches: [ "master", "main", "webview-windows" ]
|
||||
pull_request:
|
||||
branches: [ "master", "main", "development" ]
|
||||
branches: [ "master", "main", "webview-windows" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue