Skip to content

Commit

Permalink
improvement(): make e2e workflow run only on merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
talDoFlemis committed Apr 27, 2024
1 parent 30365e8 commit c4bb5b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, dev]
branches: [main]

env:
NEXTAUTH_URL: "http://localhost:3000"
Expand Down Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Run backend
run: task backend:run-web -- &


- name: Get installed Playwright version
id: playwright-version
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').dependencies['@playwright/test'].version)")" >> $GITHUB_ENV
Expand Down

0 comments on commit c4bb5b6

Please sign in to comment.