mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
- feat: add GitHub workflows for building Docker images for beta and release - fix: update notify workflow to trigger on version tags
12 lines
219 B
YAML
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 }}
|