feat: Add GitHub Actions workflow for automated plugin releases.

This commit is contained in:
CodeDevMLH
2025-12-30 15:26:47 +01:00
parent 0db833c4dc
commit 90e028eb3b
7 changed files with 100 additions and 105 deletions

View File

@@ -1,18 +0,0 @@
name: '🧪 Test Plugin'
on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/test.yaml@master