mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-18 20:04:17 +01:00
Update check_locales.yml
This commit is contained in:
parent
c8d3f80a90
commit
9fef66e80d
4
.github/workflows/check_locales.yml
vendored
4
.github/workflows/check_locales.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user