Skip to content

Commit f8bfc3f

Browse files
committed
chore(ci): update workflow to use main branch instead of master
1 parent d55fea8 commit f8bfc3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cursor/commands/commit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Commit using conventional commit standard.

.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
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["master"]
6+
branches: ["main"]
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:

0 commit comments

Comments
 (0)