Skip to content

Commit

Permalink
Make PR & Dependabot WFs for support branches as well
Browse files Browse the repository at this point in the history
**Auto-cherry-pick to `3.0.x`**
  • Loading branch information
artembilan committed Feb 16, 2024
1 parent 2ad69c1 commit 456a59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- '*.x'

run-name: Merge Dependabot PR ${{ github.ref_name }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- '*.x'

jobs:
build-pull-request:
Expand Down

0 comments on commit 456a59b

Please sign in to comment.