Simple command to check if you are within ISS visibility range

final fix with tag

Changed files
+3 -1
.forgejo
workflows
+3 -1
.forgejo/workflows/rust.yaml
···
name: Build and upload a binary on tag push
-
on: [push]
+
on:
+
push:
+
tags: 'v*'
jobs:
test: