Skip to content

Commit

Permalink
Run e2e tests on main push
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo authored Dec 16, 2024
1 parent 2537305 commit 5fc1d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
run: pytest -v tests/integration

- name: Run E2E tests
if: ${{ github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: pytest -v tests/e2e

0 comments on commit 5fc1d14

Please sign in to comment.