mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
Create essentialsplugins-releasebuilds-caller.yml
This commit is contained in:
26
.github/workflows/essentialsplugins-releasebuilds-caller.yml
vendored
Normal file
26
.github/workflows/essentialsplugins-releasebuilds-caller.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
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"
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user