From 3514a658eb7ee12c3abd7574dcbe62e47a6524a6 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Wed, 9 Jul 2025 04:36:51 +0530 Subject: [PATCH] Update branch references to main --- .github/workflows/node.yml | 4 ++-- .github/workflows/php.yml | 4 ++-- .gitignore | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 0e4a4a52..d0870a8a 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -2,7 +2,7 @@ name: Node workflow on: pull_request: branches: - - master + - main - develop - verbose paths-ignore: @@ -10,7 +10,7 @@ on: - 'examples/**' push: branches: - - master + - main - develop - verbose paths-ignore: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 93d70b3d..85f24e51 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: pull_request: branches: - - master + - main - develop - verbose paths-ignore: @@ -11,7 +11,7 @@ on: - 'examples/**' push: branches: - - master + - main - develop - verbose paths-ignore: diff --git a/.gitignore b/.gitignore index 08528d20..d0010aff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ node_modules/ __tests__/runner/* lib/ -# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore +# Rest of the file pulled from https://github.com/github/gitignore/blob/main/Node.gitignore # Logs logs *.log