diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 0a38f4da5..4c51612ab 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -4,10 +4,16 @@ on: branches: - dev - main + paths: + - 'circuits/**' + - 'common/**' pull_request: branches: - dev - main + paths: + - 'circuits/**' + - 'common/**' jobs: run_circuit_tests: runs-on: ubuntu-latest