Merge pull request #39 from HttpMarco/dependabot/gradle/org.projectlo… #55
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
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/net/http/aeon/Aeon/${GITHUB_SHA:0:10}/build.log" |