Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
damico authored May 30, 2021
1 parent a5b8f67 commit 84ac852
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: Java CI with Maven

on:
push:
tags:
- 'v0.0.1'
branches: [ master ]
pull_request:
branches: [ master ]
Expand Down Expand Up @@ -36,6 +34,7 @@ jobs:
# You may pin to the exact commit or the version.
# uses: softprops/action-gh-release@b7e450da2a4b4cb4bfbae528f788167786cfcedf
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 84ac852

Please sign in to comment.