File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,34 +3,33 @@ name: Releases
33on :
44 push :
55 branches : [main]
6- pull_request :
76
87jobs :
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
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: Quick build & test
22
33on :
44 pull_request :
5- # branches: [dev, main]
6- branches : [main]
5+ branches : [dev, main]
76
87jobs :
98 build-spotifar :
You can’t perform that action at this time.
0 commit comments