From a693e13ad73eecd4a289c87c492b45206168bb55 Mon Sep 17 00:00:00 2001 From: Jeffrey Limnardy Date: Tue, 17 Dec 2024 20:31:32 +0100 Subject: [PATCH] chore: Revert running branch integration only on merge group (#1693) --- .github/workflows/branch-integration.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/branch-integration.yml b/.github/workflows/branch-integration.yml index 69ae09598..f83f457f2 100644 --- a/.github/workflows/branch-integration.yml +++ b/.github/workflows/branch-integration.yml @@ -1,12 +1,10 @@ name: Branch Integration on: - merge_group: - branches: - - "release-*" push: branches: - "main" + - "release-*" paths-ignore: - 'docs/**' - 'dependencies/**'