From 118acc84ba029a48e58f92cdfab6c3fda5e7f9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 Oct 2025 14:15:33 +0100 Subject: [PATCH] only build on push to master we have now merge queues for maintainance branches. We still build it for master to have our installer beeing updated. In future this part could go in new workflow instead. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f23a6c6e1..6e08b5a9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: pull_request: merge_group: push: + branches: + - master workflow_dispatch: inputs: dogfood: