From 81b81c30165e9a161aee45f747b8d9d9d8e0733c Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 01 Apr 2026 10:47:17 +0000
Subject: [PATCH] Filter branches to build workflow triggers (on push)

---
 .github/workflows/build.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9123cd5..17a6361 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,6 +2,7 @@
 
 on:
   push:
+    branches: [ 'sustaining/4.10.x','master' ]
   pull_request:
     branches: [ 'sustaining/4.10.x','master' ]
 

--
Gitblit v1.10.0