mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-04-12 03:56:55 +00:00
Compare commits
1 commit
1.0.6-alph
...
1.0.6-alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b3c28da0c |
1 changed files with 9 additions and 5 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
name: Beta Build
|
|
||||||
|
name: Release Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
branches-ignore:
|
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"
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue