mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
fix: for now, only run rust-ci.yml on PRs that modify files in codex-rs
This commit is contained in:
10
.github/workflows/rust-ci.yml
vendored
10
.github/workflows/rust-ci.yml
vendored
@@ -1,7 +1,13 @@
|
||||
name: rust-ci
|
||||
on:
|
||||
pull_request: { branches: [main] }
|
||||
push: { branches: [main] }
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "codex-rs/**"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
# For CI, we build in debug (`--profile dev`) rather than release mode so we
|
||||
# get signal faster.
|
||||
|
||||
Reference in New Issue
Block a user