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:
|
branches-ignore:
|
||||||
- 'production'
|
- 'production'
|
||||||
- 'docs'
|
- 'docs'
|
||||||
tags-ignore:
|
|
||||||
- '**'
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
- '!.github/workflows/ci.yml'
|
- '!.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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'production'
|
||||||
|
- 'docs'
|
||||||
paths:
|
paths:
|
||||||
- '_sass/**/*.scss'
|
- '_sass/**/*.scss'
|
||||||
tags-ignore:
|
|
||||||
- '**'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '_sass/**/*.scss'
|
- '_sass/**/*.scss'
|
||||||
|
|
Loading…
Reference in a new issue