Skip to content

Commit 41c39b2

Browse files
authored
Update CI trigger rules (huggingface#712)
1 parent bc57fb2 commit 41c39b2

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/quality.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
workflow_dispatch:
55
workflow_call:
66
pull_request:
7-
branches:
8-
- main
97
push:
108
branches:
119
- main

.github/workflows/test-docker-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Test Dockerfiles
44

55
on:
66
pull_request:
7-
branches:
8-
- main
97
paths:
108
# Run only when DockerFile files are modified
119
- "docker/**"

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Tests
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- "lerobot/**"
97
- "tests/**"

0 commit comments

Comments
 (0)