Skip to content

Commit 450d970

Browse files
Merge pull request slgobinath#790 from hartwork/make-ci-build-debian-package
Make CI always build the Debian package (in order to detect breakage prior to a release)
2 parents 5c7bd44 + 270d43c commit 450d970

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-deb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Debian Package
22

33
on:
4+
pull_request:
5+
push:
46
release:
57
types: [published]
68
workflow_dispatch:
@@ -33,7 +35,6 @@ jobs:
3335
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3436

3537
- name: Save .deb as workflow artifact
36-
if: github.event_name != 'release'
3738
uses: actions/upload-artifact@v4
3839
with:
3940
name: deb-package

0 commit comments

Comments
 (0)