Skip to content

Commit

Permalink
Fix base branch name for checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarenkov committed May 3, 2024
1 parent 089f53f commit 55c935c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ run-name: Running Detekt checks
on:
push:
branches:
- "dev"
- "main"
pull_request:
branches:
- "dev"
- "main"
jobs:
detekt-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 55c935c

Please sign in to comment.