mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-22 04:48:48 +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:
parent
ca60937c2e
commit
9db9a38565
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user