From e58b943d92fb8ac8a0ba9db384eee44c37d7468a Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 8 Nov 2023 09:45:18 +0100 Subject: [PATCH] set base-branch to master in documentation check workflow --- .github/workflows/check-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 065a5bc54..8c2e2ca52 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -39,5 +39,5 @@ jobs: # at any .md file change take the chance to check the links in all .md files check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json' - base-branch: 'trigger-docs.ocelot.social-deployment-by-markdown-file-changes-in-master-branch' # set to branch of current PR's branch + base-branch: 'master' folder-path: '.'