Hi folks,
I’m moving to GitHub actions from Travis. I love paths
feature, but it is not working for pull requests
on:
pull_request:
paths:
- "projects/frontend/**"
I made changes outside of “projects/frontend/**” and it is also triggered.
NOTE: It works with event push