From 90feac51dcd2a72fbf104ad29140e9fd59ed92f2 Mon Sep 17 00:00:00 2001 From: yor42 Date: Sat, 16 Nov 2024 17:06:28 +0900 Subject: [PATCH] remove unnecessary if statements --- .github/workflows/gradle.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b97c66dd..e12eccef 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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: @@ -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: @@ -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: