12 lines
220 B
YAML
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
|