Skip to content

Commit 1fc2465

Browse files
committed
[REACH-487] Default branch "main"
1 parent 70f0eea commit 1fc2465

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci-standard-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CI Standard Checks
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
types: [opened, edited, synchronize, reopened]
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
ci-standard-checks:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44

55
branches:
66
only:
7-
- master
7+
- main
88

99
cache:
1010
directories:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue. P
8282
git push origin my-fix-branch
8383
```
8484

85-
* In GitHub, send a pull request to `js-api-client:master`.
85+
* In GitHub, send a pull request to `js-api-client:main`.
8686
* All pull requests must be reviewed by a member of the Typeform team, who will merge it when/if they feel it is good to go.
8787

8888
## Commit Message Guidelines

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Typeform JavaScript SDK
22

3-
[![Build Status](https://travis-ci.com/Typeform/js-api-client.svg?token=nePyGZWpdyBxUnh9PswC&branch=master)](https://travis-ci.com/Typeform/js-api-client)
3+
[![Build Status](https://travis-ci.com/Typeform/js-api-client.svg?token=nePyGZWpdyBxUnh9PswC&branch=main)](https://travis-ci.com/Typeform/js-api-client)
44

55
------
66

0 commit comments

Comments
 (0)