build check to only run for tauri changes

This commit is contained in:
Abdenasser 2024-11-09 19:53:21 +01:00
parent bafb8f520e
commit 8287a76032

View File

@ -3,6 +3,8 @@ name: Build Check
on:
pull_request:
branches: [ main ]
paths:
- 'src-tauri/**'
env:
CARGO_TERM_COLOR: always