Files
template-service/.gitea/workflows/build.yaml
Swordsteel 188d0155f5
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled
Set up project structure
2025-09-15 15:13:40 +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