Skip to content

Commit 0d8eac7

Browse files
committed
ci: ignore if not master branch
1 parent 8fce778 commit 0d8eac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config --local user.name "test"
3434
git config --local user.email "[email protected]"
3535
git commit -am "CI: remove .github directory before building"
36-
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar -us -uc
36+
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-ignore-branch --git-no-pristine-tar -us -uc
3737
3838
- name: upload .deb files
3939
run: |

0 commit comments

Comments
 (0)