From 486e2c91fe54025ed0a7e09f375c91709f6c9869 Mon Sep 17 00:00:00 2001 From: Christopher Lee Date: Thu, 16 Nov 2023 09:37:48 -0800 Subject: [PATCH] fix: Change master to main in ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dfc9783..86a6b40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,14 +3,14 @@ name: Testing and release on: push: branches: - - master + - main - development tags: # The regex: /^v?((\d+)(\.\d+)*)(-?(a|b|c|rc|alpha|beta)([0-9]+)?)?$ - 'v[0-9].[0-9]+.[0-9]+*' pull_request: branches: - - master + - main - development jobs: