Skip to content

Commit

Permalink
Using the supported build.yaml from jellyfin's plugin repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankenyr committed May 25, 2024
1 parent 8d6cf2b commit 9d141f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 66 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/build-validation.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit 9d141f7

Please sign in to comment.