Merge pull request #106 from cicirello/dependabot/maven/master/com.sp… #33
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
# Triggers a snapshot build on JitPack for the custom domain. | |
# Already have a webhook setup, but that won't trigger the build | |
# for the custom domain. | |
name: jitpack-build | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
jitpack: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Request master-SNAPSHOT from JitPack | |
run: | | |
# timeout in 30 seconds to avoid waiting for build | |
curl -s -m 30 https://jitpack.io/org/cicirello/ZigguratGaussian/master-SNAPSHOT/maven-metadata.xml || true |