Simple command to check if you are within ISS visibility range

again

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