diff --git a/.github/workflows/compile_and_validate.yml b/.github/workflows/compile_and_validate.yml index 67965dee..3c015979 100644 --- a/.github/workflows/compile_and_validate.yml +++ b/.github/workflows/compile_and_validate.yml @@ -5,6 +5,8 @@ on: paths: # '*' matches any character except '/' - 'benchmark_programs/*' + - 'benchmark_programs/*/*' + - 'benchmark_programs/*/*/*' jobs: build: