Skip to content

Merge pull request #106 from cicirello/dependabot/maven/master/com.sp… #33

Merge pull request #106 from cicirello/dependabot/maven/master/com.sp…

Merge pull request #106 from cicirello/dependabot/maven/master/com.sp… #33

Workflow file for this run

# 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