Files
swingmusic-extended/.github/workflows
Tomas Dvorak 109af189a4 fix: Ensure all build jobs run on push events
- Fix build job conditions to run on push events
- Previously jobs were skipped because they only checked inputs
- Now all components build automatically on push to master

Build jobs now run on:
 Push events (automatic) - all components
 Manual trigger (optional) - selected components

This ensures Linux, Windows, macOS, Android, and Backend all build!
2026-03-18 14:29:51 +01:00
..