Skip to content

Commit 42c449f

Browse files
committed
.github: top-level: Soften push rules, remove rpi-
Run on ci and .github changes, remove rpi- from the list of branches, since the branch has its own top-level.yml. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 8adf62c commit 42c449f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/top-level.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@ name: Kernel build
33
on:
44
push:
55
branches:
6-
- main
7-
- ci/*
8-
- rpi-6.12.y
6+
- 'main'
7+
- 'ci/*'
98
paths-ignore:
10-
- '.github/**'
11-
- 'ci/**'
129
- 'docs/**'
1310
pull_request:
1411
paths-ignore:
15-
- '.github/**'
16-
- 'ci/**'
1712
- 'docs/**'
1813

1914
jobs:

0 commit comments

Comments
 (0)