Files
Jellyfin-Seasonals-Plugin/.gitea/workflows/build.yaml
CodeDevMLH 9cf4da92ac
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 51s
Add GitHub Actions workflows for building and releasing the Jellyfin plugin
2025-12-31 01:24:07 +01:00

20 lines
282 B
YAML

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