Skip to content

Commit bed3ec2

Browse files
authored
eng-848 Let the workflow know about new package dependencies and variables (#435)
1 parent 71046b3 commit bed3ec2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/roam-main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@ name: Main - Roam To Blob Storage
22
on:
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

1114
env:
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

1419
jobs:
1520
deploy:

.github/workflows/roam-pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
paths:
88
- "apps/roam/**"
99
- "packages/tailwind-config/**"
10+
- "packages/utils/**"
11+
- "packages/database/**"
1012
- "packages/ui/**"
1113
env:
1214
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}

0 commit comments

Comments
 (0)