Skip to content

Commit c1d299b

Browse files
committed
ci: set default branch to main in deploy-dev action workflow
1 parent dcd71ba commit c1d299b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branch:
1111
description: "Branch to deploy"
1212
required: true
13-
default: "develop"
13+
default: "main"
1414
pull_request:
1515
types: [labeled, synchronize]
1616

0 commit comments

Comments
 (0)