Skip to content

Commit

Permalink
Update python-e2e-test.yml
Browse files Browse the repository at this point in the history
Trigger the workflow even when only rust is modified.
  • Loading branch information
reyammer authored Sep 26, 2024
1 parent fb3027e commit b1f3df3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
- 'main'
paths:
- 'python/**'
- 'rust/**'
- 'tests_data/**'
- '.github/workflows/**'
pull_request:
paths:
- 'python/**'
- 'rust/**'
- 'tests_data/**'
- '.github/workflows/**'

Expand Down

0 comments on commit b1f3df3

Please sign in to comment.