Files
spring-integration/.github/workflows/pr-build.yml
2024-01-13 20:51:21 -05:00

11 lines
204 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@v2