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
This commit is contained in:
Kevin Stillhammer 2024-09-06 13:07:34 +02:00 committed by GitHub
parent fc672aa0a3
commit 67736b0f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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