From 0d344743f22078edf2d7dfd58352875fbac5b92c Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 1 May 2024 22:08:25 +0200 Subject: [PATCH] ci: Fix discord notifications to prevent mass unhappiness --- .github/workflows/congrats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/congrats.yml b/.github/workflows/congrats.yml index 04897e9ce2..54b6a6c62a 100644 --- a/.github/workflows/congrats.yml +++ b/.github/workflows/congrats.yml @@ -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 }} - \ No newline at end of file +