chore: fix action path

This commit is contained in:
Steven 2023-07-31 20:01:49 +08:00
parent 80c6464208
commit 714889433f

View File

@ -7,7 +7,8 @@ on:
- "release/v*.*.*"
pull_request:
branches: [main]
- "web/**"
paths:
- "web/**"
jobs:
eslint-checks: