From bebce8999d9b2ae554daa2aaffdaf37d972b7fe4 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Wed, 3 Jul 2024 20:40:01 +0200 Subject: [PATCH] fix: update conventional commits ci to use main instead of master (#31) ## What kind of change does this PR introduce? As per title --- .github/workflows/conventional-commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index f91c9b0..71e0e1d 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -3,12 +3,12 @@ name: Check pull requests on: push: branches-ignore: # Run the checks on all branches but the protected ones - - master + - main - release/* pull_request_target: branches: - - master + - main - release/* types: - opened