Skip to content

Commit 5f63398

Browse files
committed
tools: do not run commit-lint on release proposals
1 parent 60f19bc commit 5f63398

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/commit-lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: First commit message adheres to guidelines
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- v[0-9]+.x-staging
48

59
env:
610
NODE_VERSION: lts/*

0 commit comments

Comments
 (0)