mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
chore(ci): only run lint
and build
when specified files modified
This commit is contained in:
parent
df63212d6d
commit
877ea710d6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -4,6 +4,12 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- src/**.scss
|
||||
- package.json
|
||||
- Gruntfile.coffee
|
||||
- .stylelintrc
|
||||
- .stylelintignore
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user