Skip to content

Commit 824e48c

Browse files
committed
[GHA]: PR check build
1 parent 2f891f1 commit 824e48c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Check Pull Request
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches-ignore:
7+
- 'main'
8+
9+
jobs:
10+
build:
11+
uses: ./.github/workflows/multiplatform-ls-build.yml
12+
with:
13+
java_version: '21'
14+
skip_tests: false
15+
secrets: inherit

0 commit comments

Comments
 (0)