We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39d343 commit df73e8eCopy full SHA for df73e8e
1 file changed
02-mechanics-core/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
+ - "02-mechanics-core/filters/*.md"
7
+ # Exclude txt files
8
+ - "!02-mechanics-core/filters/*.txt"
9
+```
0 commit comments