From f37b151a9968e789e6774cd111fdd5a242521d8a Mon Sep 17 00:00:00 2001 From: Sebastian <13592751+MrSebastian@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:38:12 +0100 Subject: [PATCH] remove branch condition for workflow for testing --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d8e16b84..bd5377c6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,9 +1,9 @@ name: Lokaler Merge Workflow on: - push: - paths: - - 'backend/**' +# push: +# paths: +# - 'backend/**' pull_request: types: [opened, reopened]