Skip to content

Commit

Permalink
Merge pull request #101 from PepperDash/public-builds
Browse files Browse the repository at this point in the history
Public builds
  • Loading branch information
ngenovese11 authored Mar 14, 2023
2 parents f56dc8d + cf76681 commit a29a740
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 482 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"

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

This file was deleted.

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: ${{ github.ref_name }}
default-branch: "main"


Loading

0 comments on commit a29a740

Please sign in to comment.