Skip to content

Commit

Permalink
Changed the conditions for running playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanjakic committed May 24, 2024
1 parent 3b4feb7 commit a119d30
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Playwright Tests
on:
push:
branches: [ develop, master, playwritght-testing ]
pull_request:
branches: [ develop, master, playwritght-testing ]

on: [push, pull_request]

jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit a119d30

Please sign in to comment.