Make PR & Dependabot WFs for support branches as well

**Auto-cherry-pick to `3.0.x`**
This commit is contained in:
Artem Bilan
2024-02-16 11:25:08 -05:00
parent 2ad69c1820
commit 456a59b9da
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: