Compare commits

..

2 Commits

Author SHA1 Message Date
2879109f59 .gitea/workflows/test.yml aktualisiert 2024-12-27 04:26:14 +01:00
50477bbace .gitea/workflows/release.yml aktualisiert 2024-12-27 04:25:10 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@ name: Build and Release Minecraft Plugin
on:
push:
branches:
- testing
- Resting
jobs:
build-and-release:
runs-on: self-hosted
steps:
# Repository auschecken
@ -58,4 +57,4 @@ jobs:
tag_name: ${{ env.PLUGIN_VERSION }}
release_name: Release ${{ env.PLUGIN_VERSION }}
draft: false
prerelease: true
prerelease: false