Update action targets

This commit is contained in:
Connor Yoh 2025-07-22 18:34:13 +01:00
parent bc09bdedf9
commit 7e24655385

View File

@ -14,7 +14,7 @@ on:
- macos
- linux
pull_request:
branches: [main]
branches: [main, V2]
paths:
- 'frontend/src-tauri/**'
- 'frontend/src/**'
@ -22,7 +22,7 @@ on:
- 'frontend/package-lock.json'
- '.github/workflows/tauri-build.yml'
push:
branches: [main, V2, "infra/tauri-actions"]
branches: [main, V2]
paths:
- 'frontend/src-tauri/**'
- 'frontend/src/**'