From d646087d53688123fdfac6c3c1656cd92a4d9fb1 Mon Sep 17 00:00:00 2001 From: Anton Voylenko Date: Thu, 28 Nov 2024 21:19:25 +0200 Subject: [PATCH] change branch name --- .github/workflows/pull_request.yml | 6 +++--- .github/workflows/push.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e39fb07..6c20869 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d04eae4..e17dea2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,6 +1,6 @@ name: CI/CD Pipeline for Docker Tag Push -'on': +on: push: tags: - 'v*' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fdaafd..9bcebb4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 4524500..c9a359c 100644 --- a/README.md +++ b/README.md @@ -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.