Merge pull request #263 from GRA0007/fix/frontend-check

Use correct ignore syntax for GitHub workflow
This commit is contained in:
Benji Grant 2023-06-11 01:18:58 +10:00 committed by GitHub
commit 10f86649a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,7 @@ on:
paths:
- frontend/**
- .github/workflows/check_frontend.yml
paths-ignore:
- frontend/src/i18n/locales/**
- '!frontend/src/i18n/locales/**'
jobs:
lint: