Skip to content

Commit 1c361dd

Browse files
author
Tim Schneeberger
authored
Update package-deb.yml
1 parent 3dcab7f commit 1c361dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/package-deb.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
workflow_dispatch:
89
release:
910
types:
1011
- published
@@ -165,7 +166,7 @@ jobs:
165166
args: '-o ConnectTimeout=5'
166167

167168
update-ppa:
168-
if: github.event_name == 'release'
169+
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
169170
runs-on: ubuntu-latest
170171
needs: [build-deb-amd64]
171172
strategy:
@@ -246,7 +247,7 @@ jobs:
246247
matrix:
247248
flavor: [pulse, pipewire]
248249

249-
if: github.event_name == 'release'
250+
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
250251

251252
steps:
252253
- name: Prepare version information (1/3)

0 commit comments

Comments
 (0)