mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-02-23 09:05:20 +08:00
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:
parent
fc672aa0a3
commit
67736b0f01
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
@ -9,11 +9,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user