Skip to content

Commit

Permalink
github-actions: update deadnix to only run on PRs and pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Dec 13, 2023
1 parent 50134a0 commit 163d800
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deadnix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
on: [push]
name: Dead code analysis

on:
pull_request:
push:
branches [main]

jobs:
deadnix:
name: Deadnix
Expand Down

0 comments on commit 163d800

Please sign in to comment.