Merge pull request #82 from Abdenasser/buildcheck

build check to only run for tauri changes
This commit is contained in:
Abdenasser Elidrissi 2024-11-09 19:54:25 +01:00 committed by GitHub
commit c0c989a2d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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