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

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

env:
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1


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

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

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

jobs:
linux:


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

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

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

env:
CACHE_VERSION: 1


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

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

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

env:
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1


Loading…
Cancel
Save