Make PR & Dependabot WFs working against support branches

**Auto-cherry-pick to `6.2.x` & `6.1.x`**
This commit is contained in:
Artem Bilan
2024-02-16 14:53:42 -05:00
parent 1d73ab59af
commit 1f4d27d71f
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: