From 1b1b3af9ab12fcba26c98cdb8d608019574c49c2 Mon Sep 17 00:00:00 2001 From: Zvonko Kaiser Date: Tue, 5 Aug 2025 17:36:35 +0000 Subject: [PATCH] ci: Remove trigger for stable branch We do not support stable branches anymore, remove the trigger for it. Signed-off-by: Zvonko Kaiser --- .github/workflows/ci-on-push.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-on-push.yaml b/.github/workflows/ci-on-push.yaml index 7d58efc13c..775d3ef983 100644 --- a/.github/workflows/ci-on-push.yaml +++ b/.github/workflows/ci-on-push.yaml @@ -3,7 +3,6 @@ on: pull_request_target: branches: - 'main' - - 'stable-*' types: # Adding 'labeled' to the list of activity types that trigger this event # (default: opened, synchronize, reopened) so that we can run this