Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
May2Beez authored Nov 26, 2023
1 parent 8064918 commit fcc814e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Run Gradle Build
on: [ push, pull_request ]
on: [ push ]
jobs:
gradle:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -141,4 +141,4 @@ jobs:
curl -X POST -H "Content-Type: multipart/form-data" \
-F "file=@$file" \
${{ secrets.DISCORD_WEBHOOK_URL }}
done
done

0 comments on commit fcc814e

Please sign in to comment.