chore(ci): only run `lint` and `build` when specified files modified
This commit is contained in:
parent
df63212d6d
commit
877ea710d6
.github/workflows
|
@ -4,6 +4,12 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- src/**.scss
|
||||
- package.json
|
||||
- Gruntfile.coffee
|
||||
- .stylelintrc
|
||||
- .stylelintignore
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue