Add GitHub Actions workflows for building and releasing the Jellyfin plugin
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 51s

This commit is contained in:
CodeDevMLH
2025-12-31 01:24:07 +01:00
parent 817b8786c8
commit 9cf4da92ac
6 changed files with 136 additions and 11 deletions

View File

@@ -3,17 +3,16 @@ name: '🏗️ Build Plugin'
on:
push:
branches:
- main
- dev
- master
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
- master
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
call:
uses: ./.github/workflows/build_internal.yaml
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master