mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 08:20:42 +01:00
13 lines
273 B
YAML
13 lines
273 B
YAML
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"
|