this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

again

+1 -3
+1 -3
.forgejo/workflows/rust.yaml
··· 1 1 2 2 name: Build and upload a binary on tag push 3 - on: 4 - push: 5 - tags: 'v*' 3 + on: [push] 6 4 7 5 jobs: 8 6 test: