Our Personal Data Server from scratch!
0

Configure Feed

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

fix(ci): define CI event run correctly so it actually runs

author
nelind
date (Apr 1, 2026, 11:38 PM +0200) commit e5faba3e parent 5dc810ce change-id voswlosv
+2 -2
+2 -2
.tangled/workflows/publish-image.yml
··· 1 1 when: 2 - - event: ["push"] 3 - branches: main 2 + - event: [ "push" ] 3 + branch: [ "main" ] 4 4 5 5 engine: nixery 6 6