mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, dev]
|
branches: [dev]
|
||||||
paths:
|
paths:
|
||||||
- 'tinytorch/**'
|
- 'tinytorch/**'
|
||||||
- '.github/workflows/tinytorch-*.yml'
|
- '.github/workflows/tinytorch-*.yml'
|
||||||
|
|||||||
Reference in New Issue
Block a user