ci: made it a protected branch instead
This commit is contained in:
parent
103277bfae
commit
4ffadc387c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ publish:
|
|||
- npm ci
|
||||
|
||||
# Verify that the commits are good.
|
||||
- npx commitlint --from=HEAD~1
|
||||
- npx commitlint --from=$CI_BUILD_BEFORE_SHA
|
||||
|
||||
# We need the covers and the previous version so we can generate the
|
||||
# "previously" chapter.
|
||||
|
|
Loading…
Reference in a new issue