diff --git a/.github/workflows/build_jitpack.yml b/.github/workflows/build_jitpack.yml deleted file mode 100644 index df748cc..0000000 --- a/.github/workflows/build_jitpack.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Trigger JitPack Build - -on: - push: - branches: - - master - workflow_dispatch: - -jobs: - trigger-jitpack-build: - runs-on: ubuntu-latest - - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - - - name: Trigger JitPack Build - run: | - curl -L "https://jitpack.io/api/builds/$GITHUB_REPOSITORY/${GITHUB_SHA:0:10}" \ No newline at end of file