fix CI/CD: build-deb workflow only runs on tags to avoid duplicate builds
This commit is contained in:
parent
fe6599b039
commit
f24f3579e1
1 changed files with 1 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue