Skip to content

Commit

Permalink
build debian package from debian-package
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Jul 25, 2023
1 parent ff732d8 commit dc97956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build debian package
on:
push:
branches: [ 'master', 'next', 'debian-pkg' ]
branches: [ 'master', 'next', 'debian-package' ]
tags:
- build**
- testing-**
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build package
run: |
sudo gbp buildpackage --git-ignore-branch --git-upstream-tag=depian-pkg -us -uc --git-ignore-new
sudo gbp buildpackage --git-ignore-branch --git-upstream-tag=depian-package -us -uc --git-ignore-new
- name: Get package info
run: |
Expand Down

0 comments on commit dc97956

Please sign in to comment.