Skip to content

Commit 9f1c412

Browse files
author
Tim Schneeberger
authored
Update package-deb.yml
1 parent f41c7e4 commit 9f1c412

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/package-deb.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Debian packages
22

33
on:
44
push:
5-
branches: [ refactor ] # TODO
5+
branches: [ master ]
66
pull_request:
77
branches: [ master ]
88
release:
@@ -22,7 +22,7 @@ jobs:
2222
2323
- uses: actions/checkout@v2
2424
with:
25-
ref: 'refactor' # TODO
25+
ref: 'master'
2626
submodules: 'recursive'
2727

2828
- name: Install dependencies (PulseAudio flavor)
@@ -54,7 +54,7 @@ jobs:
5454
5555
- uses: actions/checkout@v2
5656
with:
57-
ref: 'refactor' # TODO
57+
ref: 'master'
5858
submodules: 'recursive'
5959

6060
- name: Install dependencies (PipeWire flavor)
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v2
8989
with:
9090
submodules: 'recursive'
91-
ref: 'refactor' # TODO
91+
ref: 'master'
9292

9393
- name: Prepare version information (1/3)
9494
uses: oprypin/find-latest-tag@v1
@@ -181,6 +181,7 @@ jobs:
181181
args: '-o ConnectTimeout=5'
182182

183183
update-ppa:
184+
if: github.event_name == 'release'
184185
runs-on: ubuntu-latest
185186
needs: [build-deb-amd64]
186187
strategy:

0 commit comments

Comments
 (0)