ci: fix desktop tests not triggering on PR/commit

This commit is contained in:
Abdullah Atta
2025-09-16 11:07:52 +05:00
parent 9f24bd2250
commit 98287fbfc4

View File

@@ -6,14 +6,14 @@ on:
branches:
- "master"
paths:
- "app/desktop/**"
- "apps/desktop/**"
# re-run workflow if workflow file changes
- ".github/workflows/desktop.tests.yml"
pull_request:
branches:
- "master"
paths:
- "app/desktop/**"
- "apps/desktop/**"
# re-run workflow if workflow file changes
- ".github/workflows/desktop.tests.yml"