Files
spring-integration/.github/workflows/pr-build.yml
2025-03-18 12:55:37 -04:00

12 lines
220 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@main