From c94bfde5bdaf7cf37ea94e8031f314081fa4b3b8 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Fri, 6 Sep 2024 09:49:52 +0200 Subject: [PATCH] Always run check-dist check Currently we mark it as a required check and thus prevent automatic PR merges when only markdown files are contained in the PR --- .github/workflows/check-dist.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 1c50f61..54d1fe4 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -9,11 +9,7 @@ on: push: branches: - main - paths-ignore: - - "**.md" pull_request: - paths-ignore: - - "**.md" workflow_dispatch: jobs: