diff --git a/.github/workflows/essentialsplugins-betabuilds-caller.yml b/.github/workflows/essentialsplugins-releasebuilds-caller.yml similarity index 76% rename from .github/workflows/essentialsplugins-betabuilds-caller.yml rename to .github/workflows/essentialsplugins-releasebuilds-caller.yml index 8ca618c..d17c1d5 100644 --- a/.github/workflows/essentialsplugins-betabuilds-caller.yml +++ b/.github/workflows/essentialsplugins-releasebuilds-caller.yml @@ -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" +