mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-27 05:00:53 +01:00
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
This commit is contained in:
5
.github/workflows/notify.yml
vendored
5
.github/workflows/notify.yml
vendored
@@ -1,8 +1,9 @@
|
||||
name: Notify
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'v2-beta'
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
|
||||
|
||||
Reference in New Issue
Block a user