Make PR & Dependabot WFs working against support branches

(cherry picked from commit 1f4d27d71f)
This commit is contained in:
Artem Bilan
2024-02-16 14:53:42 -05:00
committed by Spring Builds
parent 9ae23dc0b8
commit efa96463d7
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- '*.x'
run-name: Merge Dependabot PR ${{ github.ref_name }}

View File

@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- '*.x'
jobs:
build-pull-request: