dorny / paths-filter

Conditionally run actions based on files modified by PR, feature branch or pushed commits
MIT License
2.14k stars 239 forks source link

Detect changes against most recent commit in PR instead of just on push #249

Open weiligao opened 1 month ago

weiligao commented 1 month ago

Currently it's only possible to detect changes against most recent commit if triggered by push using base: ${{ github.ref }}, it would be nice if it would also be supported for trigger pull_request.