Skip to content

Commit

Permalink
workflow: fix Crowdin upload file paths
Browse files Browse the repository at this point in the history
My skill issue missed the single underscore, causing this to never
actually run...
  • Loading branch information
lifehackerhansol committed Aug 1, 2024
1 parent 75ef5c0 commit 483da10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 483da10

Please sign in to comment.