From 67736b0f014e28376b39a7417399de87cbe76901 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Fri, 6 Sep 2024 13:07:34 +0200 Subject: [PATCH] Always run check-dist check (#53) 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: