From 4075b886d03793d54dbdd7a14416f658d8e127d6 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 26 May 2025 15:21:21 +0200 Subject: [PATCH] build: no need to build on the branches that just trigger tags --- .github/workflows/build-syncthing.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index c5ae6f9dc..10e18f8ea 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -3,6 +3,9 @@ name: Build Syncthing on: pull_request: push: + branches-ignore: + - release + - release-rc* workflow_call: workflow_dispatch: