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: on:
push: push:
branches: [main] branches: [main]
paths-ignore: paths:
- 'website/**' - 'src/**'
- 'docs/**' - 'src-tauri/**'
pull_request: pull_request:
paths-ignore: paths:
- 'website/**' - 'src/**'
- 'docs/**' - 'src-tauri/**'
workflow_dispatch: workflow_dispatch:
concurrency: concurrency: