Update ci.yml

flip paths-ignore to paths and point to src + src-tauri
This commit is contained in:
2026-06-15 21:44:34 +01:00
committed by GitHub
parent 3e0f59300e
commit f049f8c997
+6 -6
View File
@@ -3,13 +3,13 @@ name: CI
on:
push:
branches: [main]
paths-ignore:
- 'website/**'
- 'docs/**'
paths:
- 'src/**'
- 'src-tauri/**'
pull_request:
paths-ignore:
- 'website/**'
- 'docs/**'
paths:
- 'src/**'
- 'src-tauri/**'
workflow_dispatch:
concurrency: