Skip to content

Commit a25ddfa

Browse files
committed
fix(deployment): update trigger event for cd workflow
1 parent 85843dc commit a25ddfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CD
22

33
on:
44
push:
5-
tags:
6-
- '*'
5+
branches:
6+
- main
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)