Skip to content

Commit

Permalink
fix branch name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimenezsimon committed Mar 26, 2023
1 parent 746e094 commit c075b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_inspection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Detekt code inspection

on:
push:
branches: ["/feature/config/add_detekt_to_project"]
branches: ["feature/config/add_detekt_to_project"]

jobs:
inspect:
Expand All @@ -25,3 +25,4 @@ jobs:
if: success() || failure()
with:
sarif_file: build/reports/detekt/detekt.sarif

0 comments on commit c075b8d

Please sign in to comment.