Run remote exec CI only if it's changed (#352)

* Run remote exec CI only if it's changed

To save more GH actions time + have faster CI checks (sometimes it takes longer than tilt!)

* Update remote-executor.yml
This commit is contained in:
Ali Behjati 2022-10-18 18:33:34 +02:00 committed by GitHub
parent 0e49c8ea7b
commit e4160b2f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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