added staging to branches for cicd

This commit is contained in:
2025-10-04 00:55:43 +02:00
parent 097be0f555
commit 063ad113d7

View File

@@ -3,7 +3,7 @@ name: Rust Cross-Platform Build
on:
workflow_dispatch:
push:
branches: [ "development", "main", "staging", "feature/*", "bugfix/*", "enhancement/*" ]
branches: [ "development", "main", "staging" ]
tags: [ "v*.*.*" ]
env: