Files
template-library/.gitea/workflows/build.yaml
Swordsteel 3b7efa2dbc
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled
Set up project structure
2025-09-15 14:52:57 +02:00

15 lines
291 B
YAML

name: Gradle Build on PR
on:
workflow_dispatch:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
jobs:
call-publish:
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
with:
JAVA_VERSION: 17
secrets: inherit