13 lines
259 B
YAML
13 lines
259 B
YAML
name: Release Plazma
|
|
|
|
on:
|
|
push:
|
|
branches: [ "ver/*", "dev/*", "feat/**/*" ]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
release:
|
|
name: Release Plazma (${{ github.ref_name }})
|
|
uses: PlazmaMC/PlazmaBukkit/.github/workflows/global.yaml@main
|
|
secrets: inherit
|