ci: enable test workflow on dev branch
Run Tests / Backend Tests (push) Has been cancelled
Run Tests / Frontend Tests (push) Has been cancelled
Run Tests / Test Summary (push) Has been cancelled

This commit is contained in:
Gan, Jimmy
2026-03-30 11:27:36 +08:00
parent 5846fe97f4
commit b1f0af75bb
+1 -1
View File
@@ -2,7 +2,7 @@ name: Run Tests
on: on:
push: push:
branches: [main] branches: [main, dev]
pull_request: pull_request:
branches: [main] branches: [main]