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
1 changed files with 3 additions and 0 deletions

View File

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