test(ci): correct the patterns to match the SCSS files

This commit is contained in:
Cotes Chung 2022-12-24 22:19:54 +08:00
parent e01eb8af14
commit 8f2b42b1b3
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@ name: 'Style Lint'
on:
push:
paths:
- '_sass/**.scss'
- '_sass/**/*.scss'
tags-ignore:
- '**'
pull_request:
paths:
- '_sass/**.scss'
- '_sass/**/*.scss'
jobs:
stylelint: