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