build: no need to build on the branches that just trigger tags

This commit is contained in:
Jakob Borg
2025-05-26 15:21:21 +02:00
parent cade790198
commit 4075b886d0

View File

@@ -3,6 +3,9 @@ name: Build Syncthing
on:
pull_request:
push:
branches-ignore:
- release
- release-rc*
workflow_call:
workflow_dispatch: