Skip to content

Test build run on PR #31

Test build run on PR

Test build run on PR #31

Workflow file for this run

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