diff --git a/.github/workflows/compiler_tests.yml b/.github/workflows/compiler_tests.yml index 9b4c6d1e1..77ca664c1 100644 --- a/.github/workflows/compiler_tests.yml +++ b/.github/workflows/compiler_tests.yml @@ -2,9 +2,9 @@ name: Compiler Tests on: push: - paths: ['lib/**.ri', 'ric/**.py', 'tests/**'] + paths: ['src/**.fu', '.github/workflows/compiler_tests.yml'] pull_request: - paths: ['lib/**.ri', 'ric/**.py', 'tests/**'] + paths: ['src/**.fu', '.github/workflows/compiler_tests.yml'] types: [opened, synchronize] jobs: