Skip to content

Commit 44c8c62

Browse files
committed
fix: trigger deploy on staging instead of staging-debug
1 parent 1d341f6 commit 44c8c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- staging-debug
5+
- staging
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)