Compare commits

..

1 Commits

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