Add support for pull_request_target (#30)

Complements previous commit:
 - adds modified index.js
 - bumps version to 2.2.1
This commit is contained in:
Michal Dorner
2020-08-13 21:55:56 +02:00
committed by GitHub
parent b365bd8768
commit 3b817c9974
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## v2.2.1
- [Add support for pull_request_target](https://github.com/dorny/paths-filter/pull/29)
## v2.2.0
- [Improve change detection for feature branches](https://github.com/dorny/paths-filter/pull/16)