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

View File

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