Update check_locales.yml

This commit is contained in:
Ludy87 2025-10-26 13:59:27 +01:00
parent c8d3f80a90
commit 9fef66e80d
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -1,7 +1,7 @@
name: Check Localization Files on PR
on:
pull_request:
pull_request_target:
types: [opened, synchronize, reopened]
paths:
- "frontend/public/locales/*-*/translation.json"
@ -23,7 +23,7 @@ permissions:
jobs:
check-files:
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request_target'
runs-on: ubuntu-latest
permissions:
issues: write # Allow posting comments on issues/PRs