We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commit-lint
1 parent 60f19bc commit 5f63398Copy full SHA for 5f63398
1 file changed
.github/workflows/commit-lint.yml
@@ -1,6 +1,10 @@
1
name: First commit message adheres to guidelines
2
3
-on: [pull_request]
+on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
+ - v[0-9]+.x-staging
8
9
env:
10
NODE_VERSION: lts/*
0 commit comments