From e8c706877257af78b2e49cf925c8c80749f3e7d6 Mon Sep 17 00:00:00 2001 From: figeral Date: Tue, 2 Apr 2024 10:00:23 +0100 Subject: [PATCH] modification done on branch modified the target branch of the organisation repository --- .github/workflows/notify_on_pull_request_open.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/notify_on_pull_request_open.yaml b/.github/workflows/notify_on_pull_request_open.yaml index 7650ad9..973f68c 100644 --- a/.github/workflows/notify_on_pull_request_open.yaml +++ b/.github/workflows/notify_on_pull_request_open.yaml @@ -1,8 +1,7 @@ name: Pull Request workflow template Made for Gomu Developers OS Community on: pull_request: - branches: - -'*' + branches: ['master','dev'] jobs: rbuild_and_notify: runs-on: ubuntu-latest