Skip to content

Commit

Permalink
Create essentialsplugins-releasebuilds-caller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkdevito authored Sep 26, 2023
1 parent 0746d30 commit 1b3c28d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/essentialsplugins-releasebuilds-caller.yml
Original file line number Diff line number Diff line change
@@ -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"


0 comments on commit 1b3c28d

Please sign in to comment.