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:
48
48
uses : Ana06/get-changed-files@25f79e676e7ea1868813e21465014798211fad8c # v2.3.0
49
49
with :
50
50
filter : |
51
+ bindings/**
51
52
include/**
52
- !include/python/**
53
- !include/**/python/**
54
53
src/**
55
- !src/mqt/**
56
- !src/python/**
57
54
test/**
58
55
!test/python/**
59
56
CMakeLists.txt
60
57
cmake/**
61
- extern/**
62
58
.github/codecov.yml
63
59
.github/workflows/reusable-cpp-tests-ubuntu.yml
64
60
.github/workflows/reusable-cpp-tests-macos.yml
79
75
uses : Ana06/get-changed-files@25f79e676e7ea1868813e21465014798211fad8c # v2.3.0
80
76
with :
81
77
filter : |
78
+ bindings/**
82
79
include/**
83
- !include/python/**
84
- !include/**/python/**
85
80
src/**
86
- !src/mqt/**
87
- !src/python/**
88
81
test/**
89
82
!test/python/**
90
83
mlir/**
105
98
with :
106
99
filter : |
107
100
cmake/**
108
- extern /**
101
+ bindings /**
109
102
include/**
103
+ python/**
110
104
src/**
111
105
test/**/*.py
112
106
tests/**/*.py
@@ -134,8 +128,9 @@ jobs:
134
128
with :
135
129
filter : |
136
130
cmake/**
137
- extern /**
131
+ bindings /**
138
132
include/**
133
+ python/**
139
134
src/**
140
135
test/**
141
136
pyproject.toml
You can’t perform that action at this time.
0 commit comments