From 7e9232de67c066d171e16340de4192ceb0390072 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 10 Sep 2024 16:43:23 +0300 Subject: [PATCH] github: remove paths-ignore from verify-code Required by the branch-protection rules or something... --- .github/workflows/verify-pr-code.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/verify-pr-code.yaml b/.github/workflows/verify-pr-code.yaml index d0a345402..aa1c115a5 100644 --- a/.github/workflows/verify-pr-code.yaml +++ b/.github/workflows/verify-pr-code.yaml @@ -1,10 +1,7 @@ name: Verify code on: - pull_request: - paths-ignore: - - "docs/**" - - "**.md" + pull_request permissions: contents: read