fix(ci): trigger on master branch (not main) + add workflow_dispatch
Some checks failed
Build and Release .deb / build-deb (push) Failing after 56s

This commit is contained in:
enzo 2026-05-13 00:27:11 +02:00
parent fb82856ecf
commit 80ddacff16

View file

@ -3,7 +3,8 @@ name: Build and Release .deb
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
build-deb: