Skip to content

Commit

Permalink
ci: enable CI for develop branch PRs (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChe authored Feb 6, 2025
1 parent 95eefe5 commit 85f2336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust CI

on:
pull_request:
branches: [ main ]
branches: [ main, develop ]

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 85f2336

Please sign in to comment.