fix repo filter

This commit is contained in:
Simon 2023-07-31 22:42:35 +07:00
parent 591bd06c6f
commit e526f00734
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class GithubHook(WebhookBase):
TaskHandler(self.repo_conf).create_task("rebuild")
return
if self.repo == "website":
if self.repo == "tubearchivist-server":
to_rebuild = self.check_commit_message()
if to_rebuild:
TaskHandler(self.repo_conf).create_task("rebuild")