diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4822fdb99..b358fbbd7 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,7 +1,7 @@ name: integration-test on: - push: + pull_request: paths: # this will only trigger on changes to the demo directory, add more here if required - 'src/fairchem/demo/**' workflow_call: