diff --git a/.github/workflows/commit_message_validation.yml b/.github/workflows/commit_message_validation.yml index 3980379..140ebe6 100644 --- a/.github/workflows/commit_message_validation.yml +++ b/.github/workflows/commit_message_validation.yml @@ -1,8 +1,6 @@ name: validate git commit messages on: - push: - branches: [ main, develop ] pull_request: branches: [ main, develop ]