Files
test-integration/.gitea/workflows/build.yaml
Aura Ascend 56f62c9729
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled
Initial commit
2025-09-15 19:35:35 +02:00

15 lines
296 B
YAML

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