diff --git a/.github/workflows/ci-run-tests.yml b/.github/workflows/ci-run-tests.yml index ab5248e7..0252469b 100644 --- a/.github/workflows/ci-run-tests.yml +++ b/.github/workflows/ci-run-tests.yml @@ -4,6 +4,9 @@ on: push: branches: - master + pull_request: + branches: + - master workflow_dispatch: jobs: @@ -23,9 +26,6 @@ jobs: python-version: '3.10' cache: 'poetry' - - name: Install Poetry - run: pip install poetry - - name: Cache pytest uses: actions/cache@v3 with: