Skip to content

Commit

Permalink
Merge pull request #23 from PepperDash/feature/new-beta-bulds-caller-…
Browse files Browse the repository at this point in the history
…yaml

Create essentialsplugins-betabuilds-caller.yml
  • Loading branch information
jtalborough authored Oct 6, 2023
2 parents 507ca48 + 4244b39 commit 809fb79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 279 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/essentialsplugins-betabuilds-caller.yml
Original file line number Diff line number Diff line change
@@ -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"

279 changes: 0 additions & 279 deletions .github/workflows/essentialsplugins-betabuilds.yml

This file was deleted.

0 comments on commit 809fb79

Please sign in to comment.