mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
fix(ci): only run validate workflow on dev push, not main
This commit is contained in:
2
.github/workflows/tinytorch-validate-dev.yml
vendored
2
.github/workflows/tinytorch-validate-dev.yml
vendored
@@ -37,7 +37,7 @@ name: 🔥 TinyTorch Validate (Dev)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, dev]
|
||||
branches: [dev]
|
||||
paths:
|
||||
- 'tinytorch/**'
|
||||
- '.github/workflows/tinytorch-*.yml'
|
||||
|
||||
Reference in New Issue
Block a user