1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-23 00:03:33 +00:00

Limit the condition of CI to frontend folder only

This commit is contained in:
LASER-Yi 2021-03-27 21:12:41 +08:00
parent 38e55148d2
commit f08295c2e7

View file

@ -5,6 +5,9 @@ on:
branches: [development]
pull_request:
branches: [development]
paths:
- frontend/**
- .github/workflows/ci.yml
jobs:
Frontend: