From eb82a818b3a7476be13949196c4a43df82027153 Mon Sep 17 00:00:00 2001 From: Jakub Strzebonski Date: Thu, 16 Dec 2021 11:24:01 +0100 Subject: [PATCH] #1633 check branch naming only when PR's targetting develop branch --- .github/workflows/check-pr-comment-fixes-issue.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-pr-comment-fixes-issue.yml b/.github/workflows/check-pr-comment-fixes-issue.yml index 28af168ca9..1440b7f512 100644 --- a/.github/workflows/check-pr-comment-fixes-issue.yml +++ b/.github/workflows/check-pr-comment-fixes-issue.yml @@ -6,6 +6,7 @@ on: jobs: check: + if: ${{ github.base_ref == 'develop' }} name: Check PR description runs-on: ubuntu-latest steps: