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