Skip to content

Commit

Permalink
remove unnecessary if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
yor42 committed Nov 16, 2024
1 parent 2ef40f7 commit 90feac5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:

- name: Upload Release Asset (Main JAR)
uses: actions/upload-release-asset@v1
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -191,7 +190,6 @@ jobs:

- name: Upload Release Asset (Dev JAR)
uses: actions/upload-release-asset@v1
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -202,7 +200,6 @@ jobs:

- name: Upload Release Asset (Sources JAR)
uses: actions/upload-release-asset@v1
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 90feac5

Please sign in to comment.