Skip to content

Commit 20d9db7

Browse files
committed
♻️ Update outdated filter after restructuring MQT repos
1 parent 430e0b7 commit 20d9db7

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/reusable-change-detection.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff 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
@@ -79,12 +75,9 @@ jobs:
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/**
@@ -105,8 +98,9 @@ jobs:
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

0 commit comments

Comments
 (0)