Skip to content

Commit 358c4b1

Browse files
committed
Update Readme matcher glob pattern in paths-ignore
1 parent fae2d76 commit 358c4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Continuous Integration
22
on:
33
push:
4-
paths-ignore: ["diagrams/*", "*README.md"]
4+
paths-ignore: ["diagrams/*", "**/README.md"]
55
pull_request:
6-
paths-ignore: ["diagrams/*", "*README.md"]
6+
paths-ignore: ["diagrams/*", "**/README.md"]
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)