Skip to content

Commit

Permalink
Make PR & Dependabot WFs working against support branches
Browse files Browse the repository at this point in the history
**Auto-cherry-pick to `6.2.x` & `6.1.x`**
  • Loading branch information
artembilan committed Feb 16, 2024
1 parent 1d73ab5 commit 1f4d27d
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 1f4d27d

Please sign in to comment.