Skip to content

Commit

Permalink
ci: fix commitlint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Apr 15, 2024
1 parent 0f57c29 commit e69201c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- develop
- releases/**
pull_request:
branches:
- develop
- features/**
- bug/**

jobs:
commitlint:
Expand All @@ -16,7 +25,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
- run: npm ci
run: npm ci

- name: Print versions
run: |
Expand Down

0 comments on commit e69201c

Please sign in to comment.