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

@@ -0,0 +1,19 @@
name: '🏗️ Build Plugin'
on:
push:
branches:
- main
- dev
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
call:
uses: ./.github/workflows/build_internal.yaml