mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
Only build Tauri for things that touch desktop specifically, or main/V2 (#4897)
# Description of Changes Only build Tauri for things that touch desktop specifically, or main/V2
This commit is contained in:
parent
1117ce6164
commit
be78c72887
11
.github/workflows/tauri-build.yml
vendored
11
.github/workflows/tauri-build.yml
vendored
@ -17,18 +17,11 @@ on:
|
|||||||
branches: [main, V2]
|
branches: [main, V2]
|
||||||
paths:
|
paths:
|
||||||
- 'frontend/src-tauri/**'
|
- 'frontend/src-tauri/**'
|
||||||
- 'frontend/src/**'
|
- 'frontend/src/desktop/**'
|
||||||
- 'frontend/package.json'
|
- 'frontend/tsconfig.desktop.json'
|
||||||
- 'frontend/package-lock.json'
|
|
||||||
- '.github/workflows/tauri-build.yml'
|
- '.github/workflows/tauri-build.yml'
|
||||||
push:
|
push:
|
||||||
branches: [main, V2]
|
branches: [main, V2]
|
||||||
paths:
|
|
||||||
- 'frontend/src-tauri/**'
|
|
||||||
- 'frontend/src/**'
|
|
||||||
- 'frontend/package.json'
|
|
||||||
- 'frontend/package-lock.json'
|
|
||||||
- '.github/workflows/tauri-build.yml'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user