Skip to content

Test build run on PR #26

Test build run on PR

Test build run on PR #26

Workflow file for this run

name: Build and Test PRs or General Branches
on:
pull_request:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@00ee6267732e5a1be194e77cbac2bd40f020c3b0
with:
java: 17
gradle_tasks: assemble
secrets:
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}