Run the font/Fluent linter tests if their Python requirements change

The `requirements.txt` files of the two Python-based workflows were not
included in the file-based allowlist, which prevented the font/Fluent
linter tests from running if their contents changed. This commit fixes
that oversight from the original introduction of the workflows.
This commit is contained in:
Tim van der Meij 2026-07-12 16:27:27 +02:00
parent 174fd47973
commit ebaa98b854
No known key found for this signature in database
GPG Key ID: 678B7927F701A65A
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
paths:
- 'l10n/en-US/**.ftl'
- '.github/fluent_linter_config.yml'
- '.github/fluent_linter_requirements.txt'
- '.github/workflows/fluent_linter.yml'
branches:
- master
@ -11,6 +12,7 @@ on:
paths:
- 'l10n/en-US/**.ftl'
- '.github/fluent_linter_config.yml'
- '.github/fluent_linter_requirements.txt'
- '.github/workflows/fluent_linter.yml'
branches:
- master

View File

@ -8,6 +8,7 @@ on:
- 'src/**'
- 'test/test.mjs'
- 'test/font/**'
- '.github/font_tests_requirements.txt'
- '.github/workflows/font_tests.yml'
branches:
- master
@ -19,6 +20,7 @@ on:
- 'src/**'
- 'test/test.mjs'
- 'test/font/**'
- '.github/font_tests_requirements.txt'
- '.github/workflows/font_tests.yml'
branches:
- master