Skip to content

Commit

Permalink
Update .github workflow for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
noamolat-fs committed Jun 18, 2024
1 parent bfd9a89 commit 50d2706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Tests
on:
push:
branches: [ main ]
branches: [ week-2 ]
pull_request:
branches: [ main ]
branches: [ week-2 ]
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 50d2706

Please sign in to comment.