Limit the condition of CI to frontend folder only

pull/1311/head^2
LASER-Yi 4 years ago
parent 38e55148d2
commit f08295c2e7

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

Loading…
Cancel
Save