Skip to content

Commit 8b24338

Browse files
chore: fixes cd
1 parent 80904ef commit 8b24338

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ name: cd
33
on:
44
push:
55
branches:
6-
- '**'
6+
- 'develop'
77
tags:
88
- '*.*.*'
9-
pull_request:
10-
branches:
11-
- 'main'
129

1310
jobs:
1411
build:

0 commit comments

Comments
 (0)