mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-22 18:47:44 +00:00
ci: add Mal branch to workflow triggers
This commit is contained in:
parent
00b9b73170
commit
c14c27253a
2 changed files with 2 additions and 1 deletions
2
.github/workflows/android-debug.yml
vendored
2
.github/workflows/android-debug.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Build Android Debug
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "Build" ]
|
||||
branches: [ "main", "Build", "Mal" ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- Build
|
||||
- Mal
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue