From 5d117a5c66579d6abef5b02d9f847a241252a93f Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Mon, 31 Mar 2025 11:51:36 +0200 Subject: [PATCH] Changed for test purposes the merge pipeline to manual --- .github/workflows/merge-pipeline.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-pipeline.yml b/.github/workflows/merge-pipeline.yml index bc904228d..3a5f939c2 100644 --- a/.github/workflows/merge-pipeline.yml +++ b/.github/workflows/merge-pipeline.yml @@ -1,9 +1,10 @@ name: Successfull merge pipeline on: - push: - branches: - - main + workflow_dispatch: + # push: + # branches: + # - main jobs: build: