From 7e56100c210575f5df57492dacbefd90e6c1d254 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 15 May 2020 18:21:47 +0200 Subject: [PATCH] Rebuild docs if code changes --- .github/workflows/strings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/strings.yml b/.github/workflows/strings.yml index af78ae2fd4..b35a5c5737 100644 --- a/.github/workflows/strings.yml +++ b/.github/workflows/strings.yml @@ -4,10 +4,12 @@ on: push: branches: [ master ] paths: + - 'doc/**' - 'src/pretix/locale/**' pull_request: branches: [ master ] paths: + - 'doc/**' - 'src/pretix/locale/**' jobs: