mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
ci: fix desktop tests not triggering on PR/commit
This commit is contained in:
4
.github/workflows/desktop.tests.yml
vendored
4
.github/workflows/desktop.tests.yml
vendored
@@ -6,14 +6,14 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
paths:
|
paths:
|
||||||
- "app/desktop/**"
|
- "apps/desktop/**"
|
||||||
# re-run workflow if workflow file changes
|
# re-run workflow if workflow file changes
|
||||||
- ".github/workflows/desktop.tests.yml"
|
- ".github/workflows/desktop.tests.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
paths:
|
paths:
|
||||||
- "app/desktop/**"
|
- "apps/desktop/**"
|
||||||
# re-run workflow if workflow file changes
|
# re-run workflow if workflow file changes
|
||||||
- ".github/workflows/desktop.tests.yml"
|
- ".github/workflows/desktop.tests.yml"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user