Skip to content

Clean up technical files (.github, gradle.props, mods.toml, ..) #5

Clean up technical files (.github, gradle.props, mods.toml, ..)

Clean up technical files (.github, gradle.props, mods.toml, ..) #5

Workflow file for this run

name: Build and Pre-release
on:
pull_request:
types:
- opened
- synchronize
- labeled
- unlabeled
workflow_dispatch:
permissions:
contents: read
statuses: write
packages: write
jobs:
build:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.build.yaml@ng7
with:
java: 21
secrets: inherit
pre-release:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.prerelease.yaml@ng7
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: 21
secrets: inherit