Skip to content

Commit

Permalink
Fixed the disabling of e2e tests from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Oct 15, 2024
1 parent f25781d commit 2397f49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: E2e tests

on:
pull_request:
branches: [ 'main', '*/*' ]
push:
branches: []
branches: [ '**/*' ]

jobs:
test:
Expand Down

0 comments on commit 2397f49

Please sign in to comment.