mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-04-07 05:24:26 +00:00
Compare commits
1 Commits
1.0.6-alph
...
1.0.6-alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b3c28da0c |
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user