only run integration tests on PR not merge to main

This commit is contained in:
phact 2025-10-09 13:24:10 -04:00
parent f85d22db06
commit 434bcf6475

View file

@ -8,15 +8,6 @@ on:
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/test-integration.yml'
push:
branches:
- main
paths:
- 'src/**.py'
- 'tests/**.py'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/test-integration.yml'
jobs:
tests: