nandi/cosmicnimpublic Fork 0
f5f8198
Commits
Clone
git clone https://git.rickub.com/nandi/cosmicnim.git
git clone ssh://git@rickub.com/nandi/cosmicnim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Build on every push to main, not just tags

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandithebull committed 2026-09-19T22:44:45-07:00 Browse files
f5f8198 parent: d30c413
modified .github/workflows/release.yml +1 -0
@@ -2,6 +2,7 @@ name: release
22
33 on:
44 push:
5+ branches: [main]
56 tags: ["v*"]
67 workflow_dispatch:
78
@@ -2,6 +2,7 @@ name: release
2 2
3 on:3 on:
4 push:4 push:
5+ branches: [main]
5 tags: ["v*"]6 tags: ["v*"]
6 workflow_dispatch:7 workflow_dispatch:
7 8