added staging to branches for cicd

This commit is contained in:
2025-10-04 00:55:36 +02:00
parent c7b8e24a54
commit 097be0f555

View File

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