File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,19 @@ name: Main - Roam To Blob Storage
22on :
33 workflow_dispatch :
44 push :
5- branches : main
5+ branches :
6+ - main
67 paths :
78 - " apps/roam/**"
89 - " packages/tailwind-config/**"
10+ - " packages/utils/**"
11+ - " packages/database/**"
912 - " packages/ui/**"
1013
1114env :
1215 BLOB_READ_WRITE_TOKEN : ${{ secrets.BLOB_READ_WRITE_TOKEN }}
16+ SUPABASE_ANON_KEY : ${{ secrets.SUPABASE_ANON_KEY }}
17+ SUPABASE_URL : ${{ secrets.SUPABASE_URL }}
1318
1419jobs :
1520 deploy :
Original file line number Diff line number Diff line change 77 paths :
88 - " apps/roam/**"
99 - " packages/tailwind-config/**"
10+ - " packages/utils/**"
11+ - " packages/database/**"
1012 - " packages/ui/**"
1113env :
1214 BLOB_READ_WRITE_TOKEN : ${{ secrets.BLOB_READ_WRITE_TOKEN }}
You can’t perform that action at this time.
0 commit comments