We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de73d19 commit 75f64a8Copy full SHA for 75f64a8
1 file changed
03-core-features/filters/included-file.md
@@ -0,0 +1,9 @@
1
+This change will trigger a workflow run based on these path filters:
2
+
3
+```yaml
4
+paths:
5
+ # include markdown files
6
+ - "03-core-features/filters/*.md"
7
+ # Exclude txt files
8
+ - "!03-core-features/filters/*.txt"
9
+```
0 commit comments