mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
Add full-ci branch trigger (#16980)
Allow branches to trigger full ci (helpful to run remote tests)
This commit is contained in:
1
.github/workflows/rust-ci-full.yml
vendored
1
.github/workflows/rust-ci-full.yml
vendored
@@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "**full-ci**"
|
||||
workflow_dispatch:
|
||||
|
||||
# CI builds in debug (dev) for faster signal.
|
||||
|
||||
Reference in New Issue
Block a user