Use correct ignore syntax
This commit is contained in:
parent
970dd3e676
commit
71602308c1
3
.github/workflows/check_frontend.yml
vendored
3
.github/workflows/check_frontend.yml
vendored
|
|
@ -5,8 +5,7 @@ on:
|
|||
paths:
|
||||
- frontend/**
|
||||
- .github/workflows/check_frontend.yml
|
||||
paths-ignore:
|
||||
- frontend/src/i18n/locales/**
|
||||
- '!frontend/src/i18n/locales/**'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Reference in a new issue