mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 02:41:11 +01:00
feat: update release notification workflow to trigger on published releases (#155)
This commit is contained in:
14
.github/workflows/notify.yml
vendored
14
.github/workflows/notify.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user