Files
Jellyfin-Seasonals-Plugin/.github/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 26: mapping key "jobs" already defined at line 1

29 lines
501 B
YAML

jobs:
test_connection:
runs-on: ubuntu-latest
steps:
- name: Debug Network
run: |
ping -c 2 gitea || echo "Gitea nicht erreichbar"
cat /etc/hosts
name: '🏗️ Build Plugin'
on:
push:
branches:
- main
- dev
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master