File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.5.0
4
+ - [ Support workflows triggered by any event] ( https://github.com/dorny/paths-filter/pull/44 )
5
+
3
6
## v2.4.2
4
7
- [ Fixed compatibility with older (<2.23) versions of git] ( https://github.com/dorny/paths-filter/pull/42 )
5
8
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ For more scenarios see [examples](#examples) section.
58
58
59
59
60
60
# What's New
61
+ - Support workflows triggered by any event
61
62
- Fixed compatibility with older (<2.23) versions of git
62
63
- Support for tag pushes and tags as a base reference
63
64
- Fixes for various edge cases when event payload is incomplete
@@ -66,9 +67,6 @@ For more scenarios see [examples](#examples) section.
66
67
- Detects only changes introduced by feature branch. Later modifications on base branch are ignored.
67
68
- Filter by type of file change :
68
69
- Optionally consider if file was added, modified or deleted
69
- - Custom processing of changed files :
70
- - Optionally export paths of all files matching the filter
71
- - Output can be space-delimited or in JSON format
72
70
73
71
For more information see [CHANGELOG](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
74
72
You can’t perform that action at this time.
0 commit comments