Run announcement workflow after 'build' workflow

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

View File

@ -1,7 +1,9 @@
name: Announce release on discord
on:
release:
types: [published]
workflow_run:
workflows: ["build"]
types:
- completed
jobs:
send_announcement: