diff --git a/.github/workflows/remote-executor.yml b/.github/workflows/remote-executor.yml index 357ece62..abf189aa 100644 --- a/.github/workflows/remote-executor.yml +++ b/.github/workflows/remote-executor.yml @@ -2,9 +2,10 @@ name: Check Remote Executor on: pull_request: + paths: [ pythnet/remote-executor/** ] push: branches: [main] - + paths: [ pythnet/remote-executor/** ] jobs: pre-commit: runs-on: ubuntu-latest @@ -23,4 +24,4 @@ jobs: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH - name: Run executor tests run: cargo test-bpf --manifest-path ./pythnet/remote-executor/Cargo.toml - \ No newline at end of file +