Skip to content

fix: citizen AI and combat improvements #1884

fix: citizen AI and combat improvements

fix: citizen AI and combat improvements #1884

Workflow file for this run

name: Build and Pre-release
on:
merge_group:
pull_request:
paths:
- src/**
types:
- opened
- synchronize
- labeled
- unlabeled
workflow_dispatch:
permissions:
contents: read
statuses: write
packages: write
env:
PRE_RELEASE_LABEL_NAME: 'PR: Pre-release'
jobs:
build:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.build.yaml@main
with:
java: 17
secrets: inherit
pre-release:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.prerelease.yaml@main
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && contains(github.event.pull_request.labels.*.name, github.env.PRE_RELEASE_LABEL_NAME)
with:
java: 17
secrets: inherit