Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-tui
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
997
Issues
75
Patches
209
Jobs
Commits
›
191cd7502eb220eb864de706f4ba7d2fb441a2f0
ci: Build binaries from reserved branch
Erik Kundt
committed
1 year ago
commit 191cd7502eb220eb864de706f4ba7d2fb441a2f0
parent
d3e15b442ba2242394866816f1768d00a281f0fd
1 file changed
+1
-1
modified
.github/workflows/binaries.yml
@@ -2,7 +2,7 @@ name: Binaries
on:
push:
-
branches: ["main"]
+
branches: ["main", "ci"]
tags: ["*"]
env: