Skip to content

Commit d085f61

Browse files
committed
Ignore changes to diagrams and readmes for CI pipeline
1 parent a7882e4 commit d085f61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-pipeline.yml

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

48
jobs:
59
build:

0 commit comments

Comments
 (0)