Display order change fix, Cache collision fix, restrict airsbefore/after to aired display order #167
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: '🏗️ Build 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/build.yaml@master |