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
›
cb5a0eb96574c387d7cdaca434c08757c6fa6797
Builds GH binaries on tags
Erik Kundt
committed
1 year ago
commit cb5a0eb96574c387d7cdaca434c08757c6fa6797
parent
641b89bc7a35af39023202f706d2953ccfbef195
1 file changed
+3
-1
modified
.github/workflows/release.yml
@@ -2,7 +2,9 @@ name: Binaries
on:
push:
-
branches: [ "main" ]
+
- branches: [ "main" ]
+
- tags:
+
- '*'
env:
CARGO_TERM_COLOR: always