Skip to content

Commit 8cc5db7

Browse files
committed
Fix workflow to target staging branch
- Change trigger branches from [main, week2] to [staging] - Aligns with mentor feedback for Step 2 deployment strategy
1 parent 1f507c0 commit 8cc5db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/translation-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Translation Sync Tracker
22

33
on:
44
push:
5-
branches: [main, week2]
5+
branches: [staging]
66
paths:
77
- 'src/content/examples/en/**'
88
pull_request:
9-
branches: [main, week2]
9+
branches: [staging]
1010
paths:
1111
- 'src/content/examples/en/**'
1212
workflow_dispatch:

0 commit comments

Comments
 (0)