Skip to content

Commit b632ef6

Browse files
authored
ci: update bootstrapping_ci.yml trigger paths (#21394)
1 parent 4bc0f0b commit b632ef6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/bootstrapping_ci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,23 @@ name: Bootstrapping CI
33
on:
44
push:
55
paths-ignore:
6-
- '**.md'
76
- '**.yml'
7+
- '**.md'
8+
- '**.vv'
9+
- '**.out'
10+
- 'cmd/tools/**'
11+
- '!cmd/tools/builders/**.v'
12+
- '!cmd/tools/vup.v'
813
- '!**/bootstrapping_ci.yml'
914
pull_request:
1015
paths-ignore:
11-
- '**.md'
1216
- '**.yml'
17+
- '**.md'
18+
- '**.vv'
19+
- '**.out'
20+
- 'cmd/tools/**'
21+
- '!cmd/tools/builders/**.v'
22+
- '!cmd/tools/vup.v'
1323
- '!**/bootstrapping_ci.yml'
1424

1525
concurrency:

0 commit comments

Comments
 (0)