mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-08-03 04:38:11 +02:00
Add workflow_dispatch triggers to every workflow (#326)
Allows for easier testing.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
name: "test"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user