mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
CI: Only creating packets on push to master
This commit is contained in:
parent
186a2d15ca
commit
145967f5c6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -79,6 +79,7 @@ jobs:
|
||||
name: Create windows release
|
||||
runs-on: windows-latest
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Download windows build
|
||||
@ -105,6 +106,7 @@ jobs:
|
||||
name: Create debian, rpm & arch releases
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/master'
|
||||
env:
|
||||
description: "A media browser"
|
||||
version: v0.0.1 #${{ github.ref }}
|
||||
|
@ -21,7 +21,7 @@ namespace Kyoo.Core.Controllers
|
||||
/// <summary>
|
||||
/// The service provider. It allow plugin's activation.
|
||||
/// </summary>
|
||||
private IServiceProvider _provider;
|
||||
private readonly IServiceProvider _provider;
|
||||
/// <summary>
|
||||
/// The configuration to get the plugin's directory.
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user