Merge pull request #263 from GRA0007/fix/frontend-check
Use correct ignore syntax for GitHub workflow
This commit is contained in:
commit
10f86649a5
3
.github/workflows/check_frontend.yml
vendored
3
.github/workflows/check_frontend.yml
vendored
|
|
@ -5,8 +5,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- frontend/**
|
- frontend/**
|
||||||
- .github/workflows/check_frontend.yml
|
- .github/workflows/check_frontend.yml
|
||||||
paths-ignore:
|
- '!frontend/src/i18n/locales/**'
|
||||||
- frontend/src/i18n/locales/**
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue