wip: add Shades Stop command, map to bridge #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |