make it only trigger workflows when committing main branches

This commit is contained in:
Lunar 2025-10-16 21:48:13 +10:00
parent febf23f4be
commit 85513332eb

View file

@ -3,7 +3,9 @@ name: Build All Platforms and Release
on:
push:
branches:
- '*'
- 'master'
- 'main'
- 'trunk'
tags:
- '*'
pull_request: