Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: specify paths on push for e2e tests (#287)
## 📜 Description Specify `paths` on `push` for `e2e` tests. ## 💡 Motivation and Context Without these paths we'll run e2e every time on push to main branch. It's not consistent behavior across other CI scripts (and actually there is no sense not to run e2e pipeline on pull_request and run it on push). So in this PR I'm adding these paths to have a consistent behavior across all CI scripts. ## 📢 Changelog ### CI - added `paths` on push for e2e tests (the same as on pull_request); ## 🤔 How Has This Been Tested? There is no way to test it 😅 ## 📝 Checklist - [x] CI successfully passed
- Loading branch information