Files
EssentialsPluginTemplate/.github/workflows/essentialsplugins-releasebuilds-caller.yml
2023-09-26 08:58:37 -05:00

27 lines
428 B
YAML

name: Release Build
on:
release:
types:
- released
branches:
- "main"
workflow_dispatch:
inputs:
branch:
description: 'Branch to build'
required: true
type: string
jobs:
call-workflow:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-builds.yml@main
secrets: inherit
with:
branch: "main"
default-branch: "main"