Skip to content

Test build run on PR #29

Test build run on PR

Test build run on PR #29

Workflow file for this run

name: Build and Test PRs or General Branches
on:
pull_request:
types:
- opened
- edited
- synchronize
push:
workflow_dispatch:
permissions:
contents: read
statuses: write
packages: write
jobs:
build:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@7b520bd25405d738e3d25f8b2af5a2f625515d9b
with:
java: 17
secrets: inherit
pre-release:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@7b520bd25405d738e3d25f8b2af5a2f625515d9b
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
with:
java: 17
secrets: inherit