Skip to content

Fix build pipeline [internal] #59

Fix build pipeline [internal]

Fix build pipeline [internal] #59

Workflow file for this run

name: Build and Pre-release
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
push:
branches:
- "version/*"
- "release/*"
- "testing/*"
workflow_dispatch:
permissions:
contents: read
statuses: write
packages: write
jobs:
build:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@patch-3
with:
java: 17
secrets: inherit
pre-release:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@patch-3
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