diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8ee67cb..aed6515 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,6 @@ name: test on: - push: + pull_request: paths: - 'dagster_meltano/**' - 'tests/**'