Rework automatic game/instance cleanup and kick players if they try t… #100
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Taken from Minestom under the Apache License 2.0 | |
# https://github.com/Minestom/Minestom/blob/master/.github/workflows/trigger-jitpack-build.yml | |
# https://github.com/Minestom/Minestom/blob/master/LICENSE | |
name: Trigger Jitpack Build | |
on: | |
push: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
timeout-minutes: 20 | |
steps: | |
- name: Trigger Jitpack Build | |
run: curl "https://jitpack.io/com/github/BlueDragonMC/Server/${GITHUB_SHA:0:10}/build.log" |