Skip to content

Commit

Permalink
change branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
avoylenko committed Nov 28, 2024
1 parent 2399a31 commit d646087
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI/CD Pipeline for Pull Requests to Master
name: CI/CD Pipeline for Pull Requests to Main

'on':
on:
pull_request:
branches:
- master
- main
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI/CD Pipeline for Docker Tag Push

'on':
on:
push:
tags:
- 'v*'
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to WWebJS API Wrapper! We appreciate your interest in contributing to th

## Pull Requests

- Create a pull request from your branch to the `master` branch of this repository.
- Create a pull request from your branch to the `main` branch of this repository.
- Provide a clear and descriptive title for your pull request.
- Include a detailed description of the changes you made in the pull request.
- Reference any related issues in your pull request description using the `#` symbol followed by the issue number.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ npm run test

## Documentation

API documentation can be found in the [`swagger.json`](https://raw.githubusercontent.com/avoylenko/wwebjs-api/master/swagger.json) file. See this file directly into [Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/avoylenko/wwebjs-api/master/swagger.json) or any other OpenAPI-compatible tool to view and interact with the API documentation.
API documentation can be found in the [`swagger.json`](https://raw.githubusercontent.com/avoylenko/wwebjs-api/main/swagger.json) file. See this file directly into [Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/avoylenko/wwebjs-api/main/swagger.json) or any other OpenAPI-compatible tool to view and interact with the API documentation.

This documentation is straightforward if you are familiar with whatsapp-web.js library (https://docs.wwebjs.dev/)
If you are still confused - open an issue and I'll improve it.
Expand Down

0 comments on commit d646087

Please sign in to comment.