Build Reactive Signals for Bluesky's AT Protocol Firehose in Laravel
0
fork

Configure Feed

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

Fix incorrect branch referenced in GitHub Actions

+4 -4
+2 -2
.github/workflows/code-style.yml
··· 2 2 3 3 on: 4 4 push: 5 - branches: [ main, develop ] 5 + branches: [ main, dev ] 6 6 pull_request: 7 - branches: [ main, develop ] 7 + branches: [ main, dev ] 8 8 9 9 jobs: 10 10 php-cs-fixer:
+2 -2
.github/workflows/tests.yml
··· 2 2 3 3 on: 4 4 push: 5 - branches: [ main, develop ] 5 + branches: [ main, dev ] 6 6 pull_request: 7 - branches: [ main, develop ] 7 + branches: [ main, dev ] 8 8 9 9 jobs: 10 10 test: