18 lines
417 B
YAML
18 lines
417 B
YAML
name: Release Plazma
|
|
run-name: Manual release of Plazma on branch ${{ github.ref_name }}
|
|
|
|
on:
|
|
push:
|
|
branches: [ "ver/*", "dev/*", "feat/**/*" ]
|
|
paths:
|
|
- "patches/api/*"
|
|
- "patches/server/*"
|
|
- "gradle.properties"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
release:
|
|
name: Release Plazma (${{ github.ref_name }})
|
|
uses: PlazmaMC/PlazmaBukkit/.github/workflows/global.yaml@main
|
|
secrets: inherit
|