ci: update bootstrapping_ci.yml trigger paths (#21394)

This commit is contained in:
Turiiya 2024-05-01 09:05:04 +02:00 committed by GitHub
parent 4bc0f0bcff
commit b632ef6c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,23 @@ name: Bootstrapping CI
on:
push:
paths-ignore:
- '**.md'
- '**.yml'
- '**.md'
- '**.vv'
- '**.out'
- 'cmd/tools/**'
- '!cmd/tools/builders/**.v'
- '!cmd/tools/vup.v'
- '!**/bootstrapping_ci.yml'
pull_request:
paths-ignore:
- '**.md'
- '**.yml'
- '**.md'
- '**.vv'
- '**.out'
- 'cmd/tools/**'
- '!cmd/tools/builders/**.v'
- '!cmd/tools/vup.v'
- '!**/bootstrapping_ci.yml'
concurrency: