diff --git a/.github/workflows/lint-rust.yml b/.github/workflows/lint-rust.yml index db0a8cfb..77ade591 100644 --- a/.github/workflows/lint-rust.yml +++ b/.github/workflows/lint-rust.yml @@ -12,6 +12,7 @@ on: paths: - ".github/workflows/lint-rust.yml" - "plugins/*/src/**" + - "!plugins/*/src/api-iife.js" - "**/Cargo.toml" pull_request: branches: @@ -20,6 +21,7 @@ on: paths: - ".github/workflows/lint-rust.yml" - "plugins/*/src/**" + - "!plugins/*/src/api-iife.js" - "**/Cargo.toml" concurrency: diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index e0c49a85..6d4458ee 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -12,6 +12,7 @@ on: paths: - ".github/workflows/test-rust.yml" - "plugins/*/src/**" + - "!plugins/*/src/api-iife.js" - "**/Cargo.toml" - "**/Cargo.lock" pull_request: @@ -21,6 +22,7 @@ on: paths: - ".github/workflows/test-rust.yml" - "plugins/*/src/**" + - "!plugins/*/src/api-iife.js" - "**/Cargo.toml" - "**/Cargo.lock"