feat: update release notification workflow to trigger on published releases (#155)

This commit is contained in:
Samuel Chau
2025-03-09 00:56:33 +10:30
committed by GitHub
parent f9989ee0cd
commit 462e0a9bb0

View File

@@ -1,11 +1,11 @@
name: Notify
name: Release Notification
on:
push:
tags:
- 'v*'
release:
types: [published]
jobs:
notify:
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
call-notify-release:
uses: Dictionarry-Hub/parrot/.github/workflows/notify-release.yml@v1
secrets:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
PARROT_URL: ${{ secrets.PARROT_URL }}