Compare commits

..

1 commit

Author SHA1 Message Date
Jason DeVito
1b3c28da0c
Create essentialsplugins-releasebuilds-caller.yml 2023-09-26 08:58:37 -05:00

View file

@ -1,8 +1,11 @@
name: Beta Build
on: name: Release Build
push:
branches-ignore: on:
release:
types:
- released
branches:
- "main" - "main"
workflow_dispatch: workflow_dispatch:
@ -17,6 +20,7 @@ jobs:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-builds.yml@main uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-builds.yml@main
secrets: inherit secrets: inherit
with: with:
branch: ${{ github.ref_name }} branch: "main"
default-branch: "main" default-branch: "main"