diff --git a/.github/workflows/dispatch-merged-pr-notification.yml b/.github/workflows/dispatch-merged-pr-notification.yml index 665e2db50..55fc92f95 100644 --- a/.github/workflows/dispatch-merged-pr-notification.yml +++ b/.github/workflows/dispatch-merged-pr-notification.yml @@ -7,13 +7,14 @@ concurrency: on: push: - branches: [master, 'release-[0-9]+.[0-9]+'] + branches: + - master + - release-[0-9]+.[0-9]+ permissions: {} jobs: dispatch-merged-pr-notififcation: - if: github.event.pull_request.merged name: Dispatch merged PR notification runs-on: ubuntu-latest steps: