From 8d613ba195842d0edfb0d66f8994bf6a8ac4e767 Mon Sep 17 00:00:00 2001 From: DonHaul Date: Fri, 27 Sep 2024 17:17:54 +0200 Subject: [PATCH] gh actions: fix target branch --- .github/workflows/pull-request-master-backoffice.yml | 4 ++-- .github/workflows/pull-request-master-workflows.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-master-backoffice.yml b/.github/workflows/pull-request-master-backoffice.yml index bd67f8242..e91544ecb 100644 --- a/.github/workflows/pull-request-master-backoffice.yml +++ b/.github/workflows/pull-request-master-backoffice.yml @@ -1,8 +1,8 @@ -name: Pull request main (backoffice) +name: Pull request master (backoffice) on: pull_request_target: - branches: [main] + branches: [master] paths: - 'backoffice-repo/backoffice/**' diff --git a/.github/workflows/pull-request-master-workflows.yml b/.github/workflows/pull-request-master-workflows.yml index 75c1cad0b..7a4418e47 100644 --- a/.github/workflows/pull-request-master-workflows.yml +++ b/.github/workflows/pull-request-master-workflows.yml @@ -1,8 +1,8 @@ -name: Pull request main (workflows) +name: Pull request master (workflows) on: pull_request_target: - branches: [main] + branches: [master] paths: - "backoffice-repo/workflows/**" jobs: