Skip to content

Commit

Permalink
Merge tag '1.5.2-beta-1' into feature/rs232-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
jtalborough committed Sep 25, 2024
2 parents 8881e0f + f82b829 commit 3e7d413
Showing 1 changed file with 22 additions and 0 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"

0 comments on commit 3e7d413

Please sign in to comment.