Files
spring-integration/.github/workflows/pr-build.yml
Artem Bilan 7f7ec29801 Upgrade to Gradle 8.6; latest reusable workflows
* Add `package-ecosystem: "github-actions"` for Dependabot

**Auto-cherry-pick to `6.2.x`**
2024-02-09 16:04:55 -05:00

11 lines
206 B
YAML

name: Pull Request Build
on:
pull_request:
branches:
- main
jobs:
build-pull-request:
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main