[GHA]: PR check build
This commit is contained in:
15
.github/workflows/pr-check.yml
vendored
Normal file
15
.github/workflows/pr-check.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user