Files
spring-integration/.github/workflows/pr-build.yml
2024-02-16 17:24:14 -05: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