ci(build): add branch and tag triggers for build workflow
Build Debian Package / build (push) Successful in 7s

Signed-off-by: Arian Nasr <arian@2ari.ca>
This commit is contained in:
2026-05-28 19:29:41 -04:00
parent 387c139274
commit 5acd4ac728
+4
View File
@@ -2,6 +2,10 @@ name: Build Debian Package
on: on:
push: push:
branches:
- '**'
tags:
- 'v*'
jobs: jobs:
build: build: