deer social fork for personal usage. but you might see a use idk. github mirror
4
fork

Configure Feed

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

refactor(actions): only push to tangled mirror on main

authored by

serenity and committed by
ayla
a6e403ec 575fe24e

+3 -2
+3 -2
.github/workflows/tangled.yml
··· 1 1 name: Tangle 2 2 3 3 on: 4 - push: {} 5 - workflow_dispatch: {} 4 + push: 5 + branches: [ main ] 6 + workflow_dispatch: 6 7 7 8 jobs: 8 9 tangle: