We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae2d76 commit 358c4b1Copy full SHA for 358c4b1
.github/workflows/ci-pipeline.yml
@@ -1,9 +1,9 @@
1
name: Continuous Integration
2
on:
3
push:
4
- paths-ignore: ["diagrams/*", "*README.md"]
+ paths-ignore: ["diagrams/*", "**/README.md"]
5
pull_request:
6
7
8
jobs:
9
build:
0 commit comments