From 4638a8f5126804be3dd3a3962519713e290d82dd Mon Sep 17 00:00:00 2001 From: Eduardo Date: Mon, 27 May 2024 13:45:16 +0000 Subject: [PATCH] Add check opened pr for branch validation job --- .github/workflows/release-notification-pr-opened.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-notification-pr-opened.yml b/.github/workflows/release-notification-pr-opened.yml index b86e0ba..b9e526c 100644 --- a/.github/workflows/release-notification-pr-opened.yml +++ b/.github/workflows/release-notification-pr-opened.yml @@ -3,10 +3,11 @@ name: Release Notification on PR Opened on: pull_request: types: [opened, reopened] + branches: + - 'release-*' jobs: notify: - if: startsWith(github.event.pull_request.head.ref, 'release-') runs-on: ubuntu-latest steps: - name: Install jq