set branch to main
This commit is contained in:
parent
7ed7d50891
commit
a82e03c46c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-deb-pr.yml
vendored
3
.github/workflows/build-deb-pr.yml
vendored
|
@ -1,8 +1,9 @@
|
||||||
name: Build Test Deb Package
|
name: Build Test Deb Package
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
build-test-deb-package:
|
build-test-deb-package:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue