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: on:
push: push:
branches: [main]
tags: tags:
- 'v*' - 'v*'
pull_request:
branches: [main]
workflow_dispatch: workflow_dispatch:
jobs: jobs: