We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaffcd9 commit 2978187Copy full SHA for 2978187
1 file changed
03-core-features/filters/included-file.md
@@ -0,0 +1,14 @@
1
+# Included File
2
+
3
+This file is used to demonstrate **path filters** in GitHub Actions workflows.
4
5
+Modifying this file will trigger workflows that include `filters/included-file.md` in their path filter, unlike `excluded-file.txt` which is ignored.
6
7
+## Example Usage
8
9
+```yaml
10
+on:
11
+ push:
12
+ paths:
13
+ - 'filters/**.md'
14
+```
0 commit comments