chore(ci): fix workflow trigger conditions
This commit is contained in:
5
.github/workflows/style-lint.yml
vendored
5
.github/workflows/style-lint.yml
vendored
@@ -2,10 +2,11 @@ name: 'Style Lint'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'production'
|
||||
- 'docs'
|
||||
paths:
|
||||
- '_sass/**/*.scss'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
pull_request:
|
||||
paths:
|
||||
- '_sass/**/*.scss'
|
||||
|
||||
Reference in New Issue
Block a user