* Add `*.x` branch pattern to `merge-dependabot-pr.yml` and `pr-build.yml` * Add `auto-cherry-pick.yml` and `backport-issue.yml` workflows **Auto-cherry-pick to `5.0.x`**
12 lines
218 B
YAML
12 lines
218 B
YAML
name: Pull Request Build
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- '*.x'
|
|
|
|
jobs:
|
|
build-pull-request:
|
|
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v5
|