Skip to content

Commit

Permalink
Webhook on success & failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored May 27, 2024
1 parent 2a11f71 commit aa3ef97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
run: ./gradlew neoforge:modrinth

- name: Notify Discord
if: ${{ github.repository == 'GeyserMC/Geyser' }}
if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Geyser' }}
uses: GeyserMC/actions/notify-discord@master
with:
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down

0 comments on commit aa3ef97

Please sign in to comment.