mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Allow starting CI jobs manually
This commit is contained in:
@@ -6,6 +6,13 @@ concurrency:
|
||||
${{ github.event.pull_request.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
on:
|
||||
name: Manual Inputs
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
git-ref:
|
||||
description: Git Ref (Optional)
|
||||
required: false
|
||||
push:
|
||||
paths-ignore:
|
||||
- "news/**"
|
||||
|
||||
Reference in New Issue
Block a user