From 6fdf2e4f7e4a2af0403f9ae6f7d3277e87237e01 Mon Sep 17 00:00:00 2001 From: Pete Date: Fri, 22 Nov 2024 00:05:27 +0000 Subject: [PATCH] chore(github): rename branch to `main` --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d876f5..5099a0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,11 @@ -name: CI - Master - Lint and Test +name: CI - main - Lint and Test on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: lint-and-test: