File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,13 @@ jobs:
4848 uses : Ana06/get-changed-files@25f79e676e7ea1868813e21465014798211fad8c # v2.3.0
4949 with :
5050 filter : |
51+ bindings/**
5152 include/**
52- !include/python/**
53- !include/**/python/**
5453 src/**
55- !src/mqt/**
56- !src/python/**
5754 test/**
5855 !test/python/**
5956 CMakeLists.txt
6057 cmake/**
61- extern/**
6258 .github/codecov.yml
6359 .github/workflows/reusable-cpp-tests-ubuntu.yml
6460 .github/workflows/reusable-cpp-tests-macos.yml
7975 uses : Ana06/get-changed-files@25f79e676e7ea1868813e21465014798211fad8c # v2.3.0
8076 with :
8177 filter : |
78+ bindings/**
8279 include/**
83- !include/python/**
84- !include/**/python/**
8580 src/**
86- !src/mqt/**
87- !src/python/**
8881 test/**
8982 !test/python/**
9083 mlir/**
10598 with :
10699 filter : |
107100 cmake/**
108- extern /**
101+ bindings /**
109102 include/**
103+ python/**
110104 src/**
111105 test/**/*.py
112106 tests/**/*.py
@@ -134,8 +128,9 @@ jobs:
134128 with :
135129 filter : |
136130 cmake/**
137- extern /**
131+ bindings /**
138132 include/**
133+ python/**
139134 src/**
140135 test/**
141136 pyproject.toml
You can’t perform that action at this time.
0 commit comments