Skip to content

Commit

Permalink
Fixup CI not building on release
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Aug 4, 2023
1 parent 6c10e2f commit fcf00a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/dpf.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: dpf

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

jobs:
linux:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: release

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

env:
CACHE_VERSION: 1
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/wine.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fcf00a5

Please sign in to comment.