Skip to content

Commit 6dc1b24

Browse files
committed
fix: cd
1 parent c4e8d44 commit 6dc1b24

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CD
22
on:
33
pull_request:
44
types: [closed]
5+
branches: [main]
56

67
jobs:
78
Pre-Check:

.github/workflows/post-cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
# When Pull Request is merged
44
pull_request_target:
55
types: [closed]
6+
branches: [main]
67

78
jobs:
89
Dev-PR:

0 commit comments

Comments
 (0)