Skip to content

Commit

Permalink
ci: run e2e tests if Cargo files are modified
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Mar 23, 2024
1 parent df4467f commit bdf735e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- '**.rs'
- '**.go'
- '**.toml'
- '**.lock'
- '.github/workflows/e2e.yml'
permissions:
contents: read
Expand Down

0 comments on commit bdf735e

Please sign in to comment.