Skip to content

Commit 52bc3b1

Browse files
committed
removing debugging code, returning back proper triggers
1 parent 58d3b0e commit 52bc3b1

2 files changed

Lines changed: 23 additions & 25 deletions

File tree

.github/workflows/package-releases.yml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,33 @@ name: Releases
33
on:
44
push:
55
branches: [main]
6-
pull_request:
76

87
jobs:
9-
# build-librespot:
10-
# uses: ./.github/workflows/build-librespot.yml
11-
# permissions:
12-
# actions: read
13-
# contents: read
14-
# with:
15-
# profile: 'xRelease'
16-
# caching: false # no caching used for master releases
17-
# secrets: inherit
8+
build-librespot:
9+
uses: ./.github/workflows/build-librespot.yml
10+
permissions:
11+
actions: read
12+
contents: read
13+
with:
14+
profile: 'xRelease'
15+
caching: false # no caching used for master releases
16+
secrets: inherit
1817

19-
# build-spotifar:
20-
# uses: ./.github/workflows/build-library.yml
21-
# permissions:
22-
# actions: read
23-
# contents: read
24-
# needs: build-librespot
25-
# with:
26-
# build_type: 'Release'
27-
# build_librespot: false
28-
# testing: false
29-
# caching: false # no caching used for master releases
30-
# secrets: inherit
18+
build-spotifar:
19+
needs: build-librespot
20+
uses: ./.github/workflows/build-library.yml
21+
permissions:
22+
actions: read
23+
contents: read
24+
with:
25+
build_type: 'Release'
26+
build_librespot: false
27+
testing: false
28+
caching: false # no caching used for master releases
29+
secrets: inherit
3130

3231
packaging:
33-
# needs: [build-librespot, build-spotifar]
32+
needs: [build-librespot, build-spotifar]
3433
runs-on: windows-latest
3534
permissions:
3635
actions: read

.github/workflows/quick-build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Quick build & test
22

33
on:
44
pull_request:
5-
# branches: [dev, main]
6-
branches: [main]
5+
branches: [dev, main]
76

87
jobs:
98
build-spotifar:

0 commit comments

Comments
 (0)