Skip to content

Commit

Permalink
ci(commitlint): add branches-ignore (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl committed Mar 20, 2024
1 parent fa52149 commit 847a5a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Commit Lint

on:
pull_request:
branches-ignore:
- dependabot/*
push:
branches-ignore:
- dependabot/*

jobs:
commit-lint:
Expand All @@ -11,8 +15,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10

if: ${{ github.actor != 'dependabot[bot]' }}

steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 847a5a0

Please sign in to comment.