[READ ONLY MIRROR] Spark Social AppView Server github.com/sprksocial/server
atproto deno hono lexicon
5
fork

Configure Feed

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

workflow paths (#20)

authored by

Davi Rodrigues and committed by
GitHub
8041a0bb a776247c

+6
+2
.github/workflows/build-appview.yaml
··· 7 7 - "appview/v*" 8 8 branches: 9 9 - main 10 + paths: 11 + - "services/appview/**" 10 12 11 13 jobs: 12 14 build-and-push-appview:
+2
.github/workflows/build-cdn.yaml
··· 7 7 - "cdn/v*" 8 8 branches: 9 9 - main 10 + paths: 11 + - "services/cdn/**" 10 12 11 13 jobs: 12 14 build-and-push-cdn:
+2
.github/workflows/build-ingester.yaml
··· 7 7 - "ingester/v*" 8 8 branches: 9 9 - main 10 + paths: 11 + - "services/ingester/**" 10 12 11 13 jobs: 12 14 build-and-push-ingester: