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