From 21c71d00094e69728abc264a5f6bb11c7989b456 Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:55:26 +0100 Subject: [PATCH] Update CI workflow to add merge_group Removed 'develop' branch from push and pull_request triggers. Added 'merge_group' and updated 'workflow_call' comment. --- .github/workflows/python-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 8746b15c..7c863d50 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -4,13 +4,12 @@ on: push: branches: - main - - develop pull_request: branches: - main - - develop + merge_group: workflow_dispatch: {} - workflow_call: {} + workflow_call: {} # to be invoked by pypipublish.yml permissions: contents: read