Update workflows
This commit is contained in:
parent
2679c6da28
commit
c7b6692436
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -5,9 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
# 18.04 = bionic LTS, supported until April 2023
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
# set fetch-depth to 0 in order to clone all tags instead of just the current commit
|
||||
|
18
.github/workflows/test.yaml
vendored
18
.github/workflows/test.yaml
vendored
@ -1,18 +0,0 @@
|
||||
name: '🧪 Test 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/test.yaml@master
|
Loading…
x
Reference in New Issue
Block a user