Allow starting CI jobs manually

This commit is contained in:
Oz Tiram
2022-11-18 20:47:12 +01:00
parent 060ae47bae
commit 428e973264
+7
View File
@@ -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/**"