workflow: fix Crowdin upload file paths

My skill issue missed the single underscore, causing this to never
actually run...
This commit is contained in:
lifehackerhansol 2024-07-31 20:21:19 -07:00
parent 75ef5c0bb3
commit 483da10976
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -4,8 +4,8 @@ on:
push:
branches: [ main ]
paths:
- 'pages/en_US/**.md'
- '_data/en-US/**.json'
- 'pages/_en_US/**.md'
- '_data/_en-US/**.json'
- 'assets/js/i18n/en-US.js'
workflow_dispatch: