mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-20 20:08:58 +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"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
|
Loading…
x
Reference in New Issue
Block a user