Skip to content

Commit

Permalink
ci: Fix discord notifications to prevent mass unhappiness
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored May 1, 2024
1 parent 3f9a96e commit 0d34474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/congrats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Congrats

on:
push:
branches: [next]
branches: [v2]

jobs:
congrats:
uses: tauri-apps/automation/.github/workflows/congrats.yml@main
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}


0 comments on commit 0d34474

Please sign in to comment.