chore(ci): fix workflow trigger conditions
This commit is contained in:
parent
d7bcb40cde
commit
72700be7dd
2 changed files with 3 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -4,8 +4,6 @@ on:
|
|||
branches-ignore:
|
||||
- 'production'
|
||||
- 'docs'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '!.github/workflows/ci.yml'
|
||||
|
|
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'
|
||||
|
|
Loading…
Reference in a new issue