Skip to content

[REACH-487] Default branch "main" #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI Standard Checks
on:
push:
branches:
- master
- main
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- master
- main

jobs:
ci-standard-checks:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:

branches:
only:
- master
- main

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue. P
git push origin my-fix-branch
```

* In GitHub, send a pull request to `js-api-client:master`.
* In GitHub, send a pull request to `js-api-client:main`.
* 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.

## Commit Message Guidelines
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Typeform JavaScript SDK

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

------

Expand Down