mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
CICD: Add workflow_dispatch to enable manual builds
Which is useful when you want to test a fix without creating a PR for it.
This commit is contained in:
committed by
David Peter
parent
ca60937c2e
commit
9db9a38565
@@ -5,6 +5,7 @@ env:
|
|||||||
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
|
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user