Skip to content

Commit

Permalink
Modify playwright.yml to run on all pull_request branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
JCantu248 committed Mar 25, 2024
1 parent a3708ae commit e581670
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/xfd_playwright/.github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Playwright Tests
on:
push:
branches: [develop]
pull_request:
branches: [develop]
branches:
- '*'
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit e581670

Please sign in to comment.