mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-29 09:10:31 +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
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: "test"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
Reference in New Issue
Block a user