Skip to content

Commit ad4500d

Browse files
committed
Re-enable CD
1 parent a1777b2 commit ad4500d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Continuous deployment
22

33
on:
44
push:
5-
branches: [mainxxx]
5+
branches: [main]
66

77
jobs:
88
build:

packages/use-memo-map/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.0-0",
44
"description": "",
55
"files": [
6-
"./CHANGELOG.md",
76
"./lib/*"
87
],
98
"exports": {

0 commit comments

Comments
 (0)