Skip to content

Commit

Permalink
feat: do not search in test dir for python files
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJocho committed Feb 29, 2024
1 parent 28aacdd commit 0c82430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-to-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub To Crowdin

on:
push:
branches: [ main ]
branches: [ 12-add-translations ]

jobs:
synchronize-with-crowdin:
Expand Down
2 changes: 1 addition & 1 deletion config/babel.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[jinja2: **/templates/**.html]
[python: **.py]
[python: sketch_map_tool/**.py]

0 comments on commit 0c82430

Please sign in to comment.