From 2f12b0e953b9d83b54a4f8a92cb84178a3c863d8 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 21 Jan 2025 10:20:38 +0100 Subject: [PATCH] workflow: update paths to include files directory and additional config files --- .github/workflows/translateandtag.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translateandtag.yml b/.github/workflows/translateandtag.yml index c3a4d0f..f129a67 100644 --- a/.github/workflows/translateandtag.yml +++ b/.github/workflows/translateandtag.yml @@ -5,10 +5,12 @@ on: branches: - master paths: + - 'README.md' - 'README_de.md' - 'init.sh' - - 'config/config-sample.php' - - 'privacy.php' + - 'init.functions.sh' + - 'files/**' + - 'local.conf.common.inc.sample' permissions: contents: write @@ -81,4 +83,4 @@ jobs: git add -A git commit -m "Automatically updated tags [skip ci]" || echo "No changes to commit" git push - git push --tags \ No newline at end of file + git push --tags