mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Enable manual dispatch of build workflow
This also enables selecting a different branch than main for the workflow.
This commit is contained in:
parent
d78d99d3f3
commit
f2f06d0522
1
.github/workflows/periodic.yaml
vendored
1
.github/workflows/periodic.yaml
vendored
@ -12,6 +12,7 @@ on:
|
|||||||
# "-HAuthorization: Bearer <token>" \
|
# "-HAuthorization: Bearer <token>" \
|
||||||
# https://api.github.com/repos/clangd/clangd/dispatches
|
# https://api.github.com/repos/clangd/clangd/dispatches
|
||||||
repository_dispatch: { types: periodic }
|
repository_dispatch: { types: periodic }
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
# Choose the commit to build a release from.
|
# Choose the commit to build a release from.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user