From 3ff2f32dfb529150e265b5e4758dcb1f5b0e18bf Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Thu, 23 Nov 2023 14:48:37 +0100 Subject: [PATCH] chore: temporary run Create PR to Main workflow for any branch --- .github/workflows/create-pr-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-pr-to-main.yml b/.github/workflows/create-pr-to-main.yml index e4a2b8c9..b97eea00 100644 --- a/.github/workflows/create-pr-to-main.yml +++ b/.github/workflows/create-pr-to-main.yml @@ -3,7 +3,7 @@ name: Create PR to Main on: workflow_run: workflows: ["Pre-release E2E tests"] - branches: ["test"] +# branches: ["test"] types: - completed