mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
12 lines
203 B
YAML
12 lines
203 B
YAML
name: 'Congrats'
|
|
|
|
on:
|
|
push:
|
|
branches: [v2]
|
|
|
|
jobs:
|
|
congrats:
|
|
uses: tauri-apps/automation/.github/workflows/congrats.yml@main
|
|
secrets:
|
|
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|