mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
10 lines
157 B
YAML
10 lines
157 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ main, 4.3.x ]
|
|
|
|
jobs:
|
|
build:
|
|
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/pr.yml@main
|