Skip to content

Commit c86296d

Browse files
committed
Minor modification of ignored file format for workflows
1 parent de614d6 commit c86296d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/branch-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
paths-ignore:
66
- '.github/workflows/**'
7-
- 'README.md'
7+
- '*.md'
8+
- '*.txt'
89
branches-ignore:
910
- 'release*'
1011

0 commit comments

Comments
 (0)