Skip to content

Commit 3b6c137

Browse files
committed
fix branch name in workflow
1 parent ce2cfb1 commit 3b6c137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: "CI/CD: Continuous integration and continuous deployment"
44
"on":
55
push:
66
branches:
7-
- main
7+
- master
88
- development
99
tags:
1010
- "v*"

0 commit comments

Comments
 (0)