fix(ci): trigger on master branch (not main) + add workflow_dispatch
Some checks failed
Build and Release .deb / build-deb (push) Failing after 56s
Some checks failed
Build and Release .deb / build-deb (push) Failing after 56s
This commit is contained in:
parent
fb82856ecf
commit
80ddacff16
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ name: Build and Release .deb
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-deb:
|
build-deb:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue