Skip to content

Commit

Permalink
Merge pull request #24 from PepperDash/feature/new-release-bulds-call…
Browse files Browse the repository at this point in the history
…er-yaml

Create essentialsplugins-releasebuilds-caller.yml
  • Loading branch information
jtalborough authored Oct 6, 2023
2 parents 4ec7550 + d327f2d commit 507ca48
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 227 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"


227 changes: 0 additions & 227 deletions .github/workflows/essentialsplugins-releasebuilds.yml

This file was deleted.

0 comments on commit 507ca48

Please sign in to comment.