Remove push trigger for main branch in build-deb.yml

This commit is contained in:
2025-04-28 10:37:37 +02:00
parent 38d4c7d5f3
commit 60c4ca19b1

View File

@@ -2,11 +2,6 @@ name: Build Wheels
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- main
paths:
- "pyproject.toml"
jobs: jobs:
build: build:
@@ -94,4 +89,4 @@ jobs:
echo "::add-mask::$REPO_URL" echo "::add-mask::$REPO_URL"
git remote set-url origin "$REPO_URL" git remote set-url origin "$REPO_URL"
git push origin packages git push origin packages