mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
workflow: fix Crowdin upload file paths
My skill issue missed the single underscore, causing this to never actually run...
This commit is contained in:
parent
75ef5c0bb3
commit
483da10976
4
.github/workflows/crowdin-upload.yml
vendored
4
.github/workflows/crowdin-upload.yml
vendored
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user