Files
spring-integration/.github/workflows/pr-build.yml
Artem Bilan de291d81d1 Upgrade to Gradle 8.6; latest reusable workflows
* Add `package-ecosystem: "github-actions"` for Dependabot
2024-02-09 16:10:14 -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