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
›
0ed27ce06b44a70237d755de48bde969874f5e81
ci: Build only on main
Erik Kundt
committed
1 year ago
commit 0ed27ce06b44a70237d755de48bde969874f5e81
parent
af4cd79526db59a92a02e66a47c1b83fe9415dd8
1 file changed
+1
-1
modified
.github/workflows/binaries.yml
@@ -2,7 +2,7 @@ name: Binaries
on:
push:
-
branches: ["main", "ci"]
+
branches: ["main"]
tags: ["*"]
env: