From e3bcef123a16a54130bdd325429d5232b952a0b5 Mon Sep 17 00:00:00 2001 From: Jerome Luckenbach Date: Mon, 11 Jan 2021 21:26:21 +0100 Subject: [PATCH] =?UTF-8?q?Make=20pr=20check=20available=20for=20markdownl?= =?UTF-8?q?int=20=F0=9F=93=9D=20(#1446)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Make pr check available for markdownlint (hopefully). Signed-off-by: Jerome Luckenbach --- .github/workflows/markdownlint.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 6cb275e13..4f6526f88 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -1,14 +1,8 @@ name: Checking Markdown For Errors -on: - pull_request: - branches: - - main - types: - - open - - synchronize - - reopen +# https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/ +on: push: branches: - main @@ -16,6 +10,14 @@ on: tags-ignore: - '**' + pull_request_target: + branches: + - main + types: + - open + - synchronize + - reopen + jobs: markdownlint: runs-on: ubuntu-latest