diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index 3a85cf5a..df1b9591 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -1,4 +1,6 @@ -on: [push] +on: + pull_request: + branches: [develop] name: CI (JS) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 6360265d..8415e7bf 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -1,5 +1,6 @@ on: - push: + pull_request: + branches: [develop] paths: - src-tauri/** - .github/workflows/**