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
This commit is contained in:
Kevin Stillhammer 2024-09-06 09:49:52 +02:00
parent fc672aa0a3
commit c94bfde5bd
No known key found for this signature in database

View file

@ -9,11 +9,7 @@ on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch:
jobs: