Update CI trigger rules (#712)

This commit is contained in:
Simon Alibert 2025-02-10 17:22:15 +01:00 committed by GitHub
parent 8548a87bd4
commit 334deb985d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 6 deletions

View File

@ -4,8 +4,6 @@ on:
workflow_dispatch:
workflow_call:
pull_request:
branches:
- main
push:
branches:
- main

View File

@ -4,8 +4,6 @@ name: Test Dockerfiles
on:
pull_request:
branches:
- main
paths:
# Run only when DockerFile files are modified
- "docker/**"

View File

@ -2,8 +2,6 @@ name: Tests
on:
pull_request:
branches:
- main
paths:
- "lerobot/**"
- "tests/**"