fix: only run test workflow on main branch, not dev

Dev branch uses deploy-dev.yml for fast iteration without tests.
This commit is contained in:
Gan, Jimmy
2026-04-22 01:23:02 +08:00
parent c3a05719f5
commit f65d22575f
+1 -1
View File
@@ -2,7 +2,7 @@ name: Run Tests
on:
push:
branches: [main, dev]
branches: [main]
paths:
- 'dashboard/**'
- '.gitea/workflows/test.yml'