Skip to content

Commit

Permalink
fix: allow merge non-translations pull requests
Browse files Browse the repository at this point in the history
The `validate-translation-files.yml` workflow is now required, but it runs only on
PRs in which `translations/**` have been edited.

This causes the non-translation pull requests to be blocked from
merging because the `validate-translation-files.yml` won't run depite
being required.
  • Loading branch information
OmarIthawi committed Sep 12, 2023
1 parent 988e5a2 commit 8e4378a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate-translation-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Validate translation PO files

on:
pull_request:
paths:
- 'translations/**'

jobs:
validate-po-files:
Expand Down

0 comments on commit 8e4378a

Please sign in to comment.