1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Enable Lint job on release branches

This commit is contained in:
Dmitry Lyzo 2022-05-22 13:51:00 +03:00
parent 1be3d30027
commit 8f4e87dd1f

View file

@ -2,9 +2,9 @@ name: Lint
on:
push:
branches: [ master ]
branches: [ master, release* ]
pull_request:
branches: [ master ]
branches: [ master, release* ]
jobs:
run-eslint: