Skip to content

Commit 908a368

Browse files
committed
chore: update github workflows.
1 parent 10220d6 commit 908a368

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/check-generated-files.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
- pnpm-lock.yaml
6767
- plugins/opener/guest-js/**
6868
- plugins/opener/src/api-iife.js
69+
recent-doc:
70+
- .github/workflows/check-generated-files.yml
71+
- pnpm-lock.yaml
72+
- plugins/recent-doc/guest-js/**
73+
- plugins/recent-doc/src/api-iife.js
6974
haptics:
7075
- .github/workflows/check-generated-files.yml
7176
- pnpm-lock.yaml

.github/workflows/lint-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
tauri-plugin-opener:
7070
- .github/workflows/lint-rust.yml
7171
- plugins/opener/**
72+
tauri-plugin-recent-doc:
73+
- .github/workflows/lint-rust.yml
74+
- plugins/recent-doc/**
7275
tauri-plugin-haptics:
7376
- .github/workflows/lint-rust.yml
7477
- plugins/haptics/**

.github/workflows/test-rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ jobs:
9090
- Cargo.toml
9191
- Cargo.lock
9292
- plugins/opener/**
93+
tauri-plugin-recent-doc:
94+
- .github/workflows/test-rust.yml
95+
- Cargo.toml
96+
- Cargo.lock
97+
- plugins/recent-doc/**
9398
tauri-plugin-haptics:
9499
- .github/workflows/test-rust.yml
95100
- Cargo.toml

0 commit comments

Comments
 (0)