mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-09-24 04:47:38 +00:00
Add workflow_dispatch triggers to every workflow (#326)
Allows for easier testing.
This commit is contained in:
committed by
GitHub
parent
d02c4c2d68
commit
04c950a723
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
@ -6,11 +6,13 @@
|
||||
name: Check dist/
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
check-dist:
|
||||
|
Reference in New Issue
Block a user