fix CI/CD: build-deb workflow only runs on tags to avoid duplicate builds
Some checks failed
Build Deb-Mock Package / build (push) Successful in 55s
Test Deb-Mock Build / test (push) Failing after 50s
Build and Publish Debian Package / Build Debian Package (push) Failing after 1m13s
Release Deb-Mock / release (push) Successful in 46s

This commit is contained in:
robojerk 2025-08-04 02:04:48 +00:00
parent fe6599b039
commit f24f3579e1

View file

@ -2,10 +2,8 @@ name: Build and Publish Debian Package
on:
push:
branches: [ main, develop ]
tags: [ 'v*' ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build-deb: