Skip to content

Commit 2978187

Browse files
committed
i want to trigger an action
1 parent aaffcd9 commit 2978187

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)