fix(ci): only run validate workflow on dev push, not main

This commit is contained in:
Vijay Janapa Reddi
2026-01-26 15:14:51 -05:00
parent dda4326fd3
commit 849ab0befa

View File

@@ -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'