Skip to content

Commit

Permalink
ci: update bootstrapping_ci.yml trigger paths (#21394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed May 1, 2024
1 parent 4bc0f0b commit b632ef6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/bootstrapping_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b632ef6

Please sign in to comment.