We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcab7f commit 1c361ddCopy full SHA for 1c361dd
.github/workflows/package-deb.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ master ]
6
pull_request:
7
8
+ workflow_dispatch:
9
release:
10
types:
11
- published
@@ -165,7 +166,7 @@ jobs:
165
166
args: '-o ConnectTimeout=5'
167
168
update-ppa:
- if: github.event_name == 'release'
169
+ if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
170
runs-on: ubuntu-latest
171
needs: [build-deb-amd64]
172
strategy:
@@ -246,7 +247,7 @@ jobs:
246
247
matrix:
248
flavor: [pulse, pipewire]
249
250
251
252
steps:
253
- name: Prepare version information (1/3)
0 commit comments