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:
@@ -2,7 +2,7 @@ name: Run Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, dev]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- 'dashboard/**'
|
- 'dashboard/**'
|
||||||
- '.gitea/workflows/test.yml'
|
- '.gitea/workflows/test.yml'
|
||||||
|
|||||||
Reference in New Issue
Block a user