Skip to content

Commit

Permalink
Merge branch 'main' into feature/DeviceInfo
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/essentialsplugins-betabuilds.yml
#	.github/workflows/essentialsplugins-releasebuilds.yml
  • Loading branch information
jtalborough committed Aug 28, 2023
2 parents 0f6f4a9 + a85a58b commit c1a318f
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 592 deletions.
45 changes: 0 additions & 45 deletions .github/scripts/GenerateVersionNumber.ps1

This file was deleted.

40 changes: 0 additions & 40 deletions .github/scripts/UpdateAssemblyVersion.ps1

This file was deleted.

42 changes: 0 additions & 42 deletions .github/scripts/ZipBuildOutput.ps1

This file was deleted.

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"

Loading

0 comments on commit c1a318f

Please sign in to comment.