fix: only build on tags, not every push

This commit is contained in:
2025-11-12 06:37:05 +11:00
parent 7ecb65153c
commit 9ade1cc7dd

View File

@@ -2,11 +2,8 @@ name: Build All Platforms
on:
push:
branches: [main]
tags:
- 'v*'
pull_request:
branches: [main]
workflow_dispatch:
jobs: