Skip to content

Commit

Permalink
try-this
Browse files Browse the repository at this point in the history
  • Loading branch information
jebrosen committed Jan 1, 2025
1 parent 94df5e1 commit 2e443a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

on:
push:
branches: ["main"]
branches: ["main", "ci/**"]
pull_request:
branches: ["main"]

Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tools.rust = "stable"
tasks.outdated = "cargo outdated"
tasks.outdated = "cargo outdated --workspace --root-deps-only"
tasks.build = "cargo build --workspace"
tasks."build:tls_compat_check".dir = "rocket_tls_compat_check"
tasks."build:tls_compat_check".run = "cargo build --workspace"
Expand Down

0 comments on commit 2e443a6

Please sign in to comment.