Skip to content

Commit a0d2514

Browse files
chore: go live (#18)
1 parent 78b6967 commit a0d2514

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
pull_request:
77
branches:
8-
- main
8+
- master
99
- next
1010

1111
jobs:

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Doctor
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- master
66
workflow_dispatch:
77

88
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ import ZeroEntropy from 'zeroentropy';
250250
```
251251

252252
To do the inverse, add `import "zeroentropy/shims/node"` (which does import polyfills).
253-
This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/zeroentropy-ai/zeroentropy-node/tree/main/src/_shims#readme)).
253+
This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/zeroentropy-ai/zeroentropy-node/tree/master/src/_shims#readme)).
254254

255255
### Logging and middleware
256256

0 commit comments

Comments
 (0)