Create essentialsplugins-betabuilds-caller.yml

This commit is contained in:
Jason DeVito
2023-09-26 08:57:39 -05:00
committed by GitHub
parent 0746d309df
commit 2586e9502d

View File

@@ -0,0 +1,22 @@
name: Beta Build
on:
push:
branches-ignore:
- "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: ${{ github.ref_name }}
default-branch: "main"