mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
ci: Fix discord notifications to prevent mass unhappiness
This commit is contained in:
4
.github/workflows/congrats.yml
vendored
4
.github/workflows/congrats.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user