Skip to content

Commit 2757d79

Browse files
committed
fix: branch name in deploy workflow
1 parent c131284 commit 2757d79

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
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
push:
55
branches:
6-
- main
6+
- source
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)