Skip to content

Commit

Permalink
fix: prevent aborting of the deadnix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Azd325 committed Sep 23, 2023
1 parent 845b32e commit 17509dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deadnix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Dead code analysis

on:
push:
branches: [ "main" ]
branches:
- '**'
pull_request:
branches: [ "main" ]
branches:
- '**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 17509dd

Please sign in to comment.