Run announcement workflow after release workflow

This commit is contained in:
Alexander Brandes 2022-11-28 11:34:09 +01:00
parent faa0908ba8
commit 41ea21f91d
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Announce release on discord
on:
workflow_run:
workflows: ["build"]
workflows: ["Upload release assets"]
types:
- completed