diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 213276f..77eaa30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: Publish Maven Site +name: Build on: push: @@ -22,12 +22,12 @@ jobs: run: ./mvnw -B verify -Pflat-repo - name: Deploy p2 update site - if: github.ref == 'refs/heads/master' - uses: marvinpinto/action-automatic-releases@latest - with: - repo_token: "${{secrets.GITHUB_TOKEN}}" - automatic_release_tag: "latest" - prerelease: true - title: "Development Build" - files: | - org.jboss.tools.pde.sourcelookup.site/target/flat-repository/* \ No newline at end of file + if: github.ref == 'refs/heads/master' + uses: marvinpinto/action-automatic-releases@latest + with: + repo_token: "${{secrets.GITHUB_TOKEN}}" + automatic_release_tag: "latest" + prerelease: true + title: "Development Build" + files: | + org.jboss.tools.pde.sourcelookup.site/target/flat-repository/* \ No newline at end of file diff --git a/README.md b/README.md index 2c6969d..ecefa52 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # PDE Source Lookup - -[![Build Status](https://travis-ci.org/fbricon/pde.source.lookup.svg?branch=master)](https://travis-ci.org/fbricon/pde.source.lookup) +[![Build](https://github.com/fbricon/pde.source.lookup/actions/workflows/ci.yaml/badge.svg)](https://github.com/fbricon/pde.source.lookup/actions/workflows/ci.yaml) Proof of Concept to automatically fetch missing source bundles from enabled p2 repositories, when opening a bundle jar (similar to m2e). It's also possible to fetch all sources from the `Plug-in Dependencies` classpath container, with a right-click and selecting `Download Bundle Sources`.