mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-02 14:38:26 +01:00
Merge pull request #437 from MrGazdag/master
Automatically trigger a jitpack build on new commits
This commit is contained in:
commit
909c42c8d0
12
.github/workflows/trigger-jitpack-build.yml
vendored
Normal file
12
.github/workflows/trigger-jitpack-build.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user