Skip to content

Commit

Permalink
Fix reindex on file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Oct 16, 2024
1 parent 4e04502 commit d3c635d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/src/file_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@


def is_directory_reindex_needed(branch: str) -> bool:
return True
return bool(__reindex_regexp__.match(branch))


Expand Down

0 comments on commit d3c635d

Please sign in to comment.