Schedule posts to Bluesky with Cloudflare workers. skyscheduler.work
cf tool bsky-tool cloudflare bluesky schedule bsky service social-media cloudflare-workers

update tangled action to only mirror the main branch

stops dependabot from throwing a fit

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