diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a775659f..5969ea76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: build: name: "${{matrix.artifact}}'s Build" runs-on: ${{matrix.os}} - if: github.event_name == "push" || github.event.pull_request.head.repo.full_name != github.repository + if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository strategy: fail-fast: false matrix: @@ -74,7 +74,7 @@ jobs: name: Create debian, rpm & arch releases runs-on: ubuntu-latest needs: build - if: github.ref == "refs/heads/master" + if: github.ref == 'refs/heads/master' env: description: "A media browser" version: v0.0.1 #${{ github.ref }}