From 989177d0e04b1ddb4efa34f05545ff1602ae88c1 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:50:26 +0300 Subject: [PATCH] Add pyproject.toml to the watched files --- .github/workflows/update-source-language-file.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-source-language-file.yml b/.github/workflows/update-source-language-file.yml index b4292e2..2e82aa8 100644 --- a/.github/workflows/update-source-language-file.yml +++ b/.github/workflows/update-source-language-file.yml @@ -6,6 +6,7 @@ on: paths: - "app.py" - "package_build/*.py" + - "pyproject.toml" - ".github/workflows/update-source-language-file.yml" workflow_dispatch: