Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: don't run CI on dependabot changes
  • Loading branch information
KLongmuirHD committed Apr 14, 2026
commit 4c39996d6288e5d2652721abf06f2cffe6179831
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- '**' # include everything by default
- '!**/*.md' # ignore markdown files
- '!.github/workflows/**' # ignore all workflow files
- '!.github/**' # ignore all .github/ files
- '.github/workflows/ci.yml' # except changes to ci.yml itself

jobs:
Expand Down