Merge pull request #437 from MrGazdag/master

Automatically trigger a jitpack build on new commits
This commit is contained in:
TheMode 2021-08-27 09:17:10 +02:00 committed by GitHub
commit 909c42c8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
name: Trigger Jitpack Build
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger Jitpack Build
run: curl "https://jitpack.io/com/github/Minestom/Minestom/${GITHUB_SHA:0:10}/build.log"