Files
Artem Bilan e6e2a0d1d4 Adjust GHA workflows for branching
* 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`**
2024-12-23 10:35:17 -05:00

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