Files
profilarr/.github/workflows/notify.yml
santiagosayshey 1272e40098 chore: add build workflows for beta/release (#144)
- feat: add GitHub workflows for building Docker images for beta and release
- fix: update notify workflow to trigger on version tags
2025-02-20 23:37:15 +10:30

12 lines
219 B
YAML

name: Notify
on:
push:
tags:
- 'v*'
jobs:
notify:
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
secrets:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}