Update check_locales.yml

This commit is contained in:
Ludy87 2025-10-27 00:31:21 +01:00
parent cbf36018c0
commit 8fc3f3e8cb
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