removed build on push for feat, bug and enhancement branaches

This commit is contained in:
2025-08-08 12:45:57 +02:00
parent cb63c45fb6
commit 172782e3e5

View File

@@ -3,7 +3,7 @@ name: Rust Cross-Platform Build
on:
workflow_dispatch:
push:
branches: [ "development", "main", "feature/*", bug/*, enhancement/* ]
branches: [ "development", "main"] #"feature/*", bug/*, enhancement/* ]
pull_request:
branches: [ "development", "main" ]