Skip to content

Commit

Permalink
Update CI pipeline (#375)
Browse files Browse the repository at this point in the history
Update CI pipeline
  • Loading branch information
ColdForeign authored Aug 9, 2024
1 parent 17b3954 commit 7d96c3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ concurrency:

on:
pull_request:
branches:
- '**'
- '!master'
- '!dependabot/*/*/*/*/**'
branches-ignore:
- master

jobs:
code-quality-check:
name: Check code quality
uses: CropperBlazor/Cropper.Blazor/.github/workflows/build-test-template.yml@dev
secrets: inherit
with:
publish-coverage: ${{ github.actor != 'dependabot[bot]' }}

code-linting:
name: Code linting
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
needs: code-quality-check
steps:
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/dependabot-ci.yml

This file was deleted.

0 comments on commit 7d96c3e

Please sign in to comment.