1
0
mirror of synced 2026-08-31 14:35:18 +00:00
Files
spring-security/.github/workflows/pr-build-workflow.yml
T
2026-08-13 16:30:20 -06:00

14 lines
273 B
YAML

name: PR Build
on: pull_request
permissions:
contents: read
jobs:
build:
name: Build
uses: spring-projects/spring-security-commercial/.github/workflows/build-pull-request.yml@workflows/v1
if: ${{ github.actor != 'dependabot[bot]' }}
secrets: inherit