diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index cb40dd731ccdee..d7d43732ec8e8e 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -1,6 +1,10 @@ name: First commit message adheres to guidelines -on: [pull_request] +on: + pull_request: + branches: + - main + - v[0-9]+.x-staging env: NODE_VERSION: lts/*