chore(ci): only run `lint` and `build` when specified files modified

This commit is contained in:
郭桓桓 2023-03-05 18:09:07 +08:00
parent df63212d6d
commit 877ea710d6
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@ on:
push:
branches:
- master
paths:
- src/**.scss
- package.json
- Gruntfile.coffee
- .stylelintrc
- .stylelintignore
pull_request:
branches:
- master