Browse Source

Fixup CI not building on release

Signed-off-by: falkTX <falktx@falktx.com>
fix-audiofile-buffering
falkTX 1 year ago
parent
commit
6398bb4932
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 6 additions and 28 deletions
  1. +2
    -7
      .github/workflows/build.yml
  2. +1
    -7
      .github/workflows/dpf.yml
  3. +1
    -7
      .github/workflows/release.yml
  4. +2
    -7
      .github/workflows/wine.yml.disabled

+ 2
- 7
.github/workflows/build.yml View File

@@ -1,12 +1,7 @@
name: build name: build


on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]

env: env:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_AUTO_UPDATE: 1


+ 1
- 7
.github/workflows/dpf.yml View File

@@ -1,12 +1,6 @@
name: dpf name: dpf


on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]


jobs: jobs:
linux: linux:


+ 1
- 7
.github/workflows/release.yml View File

@@ -1,12 +1,6 @@
name: release name: release


on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]


env: env:
CACHE_VERSION: 1 CACHE_VERSION: 1


+ 2
- 7
.github/workflows/wine.yml.disabled View File

@@ -1,12 +1,7 @@
name: wine name: wine


on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]

env: env:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_AUTO_UPDATE: 1


Loading…
Cancel
Save