A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

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

ci: trigger docker build on release instead of tag push

Trezy 3f0c9550 2121204b

+2 -3
+2 -3
.github/workflows/docker.yml
··· 1 1 name: Build and Publish Docker Image 2 2 3 3 on: 4 - push: 5 - tags: 6 - - 'v*' 4 + release: 5 + types: [published] 7 6 8 7 env: 9 8 GHCR_IMAGE: ghcr.io/${{ github.repository }}