Skip to content

Commit

Permalink
ci: enable CI for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Oct 14, 2024
1 parent c403e30 commit d7d3483
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
paths:
- .github/workflows/CI.yml
- .cargo/config.toml
- Cargo.lock
- Cargo.toml
- bearmark-*/Cargo.toml
- bearmark-*/**/*.rs
- scripts/cli.sh
pull_request:
Expand All @@ -15,6 +16,7 @@ on:
- .github/workflows/CI.yml
- .cargo/config.toml
- Cargo.toml
- bearmark-*/Cargo.toml
- bearmark-*/**/*.rs
- scripts/cli.sh

Expand Down

0 comments on commit d7d3483

Please sign in to comment.