Files
device-data-library/.gitea/workflows/build.yaml
Swordsteel 0adfd75eeb
Some checks failed
Gradle Build on PR / call-publish (pull_request) Has been cancelled
Publish Snapshot / dev-publish (push) Has been cancelled
test
2025-09-15 11:42:32 +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