[GHA]: PR check build

This commit is contained in:
aboyko
2024-12-08 15:10:14 -05:00
parent 2f891f1f0a
commit 824e48cf54

15
.github/workflows/pr-check.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Check Pull Request
on:
workflow_dispatch:
push:
branches-ignore:
- 'main'
jobs:
build:
uses: ./.github/workflows/multiplatform-ls-build.yml
with:
java_version: '21'
skip_tests: false
secrets: inherit