ci: dont run flutter ci on commits that only change tauri sources (#2338)

This commit is contained in:
Bram Tertoolen 2023-04-24 04:29:57 +02:00 committed by GitHub
parent aaa3eb9041
commit 49caf74ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ on:
- "release/*"
paths:
- "frontend/**"
- "!frontend/appflowy_tauri/**"
pull_request:
branches:
@ -14,6 +15,7 @@ on:
- "release/*"
paths:
- "frontend/**"
- "!frontend/appflowy_tauri/**"
env:
FLUTTER_VERSION: "3.7.5"