Skip to content

Commit 2cb745b

Browse files
authored
fix: cd (#197)
1 parent 10d87db commit 2cb745b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.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)