Skip to content

Commit

Permalink
Make Playwright tests trigger manually
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed Aug 27, 2024
1 parent a8d46c5 commit 42a55e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Playwright Tests
on:
# push:
# branches: []
pull_request:
branches: [main, deploy/staging]
# push:
# branches: []
# pull_request:
# branches: [main, deploy/staging]
workflow_dispatch:
jobs:
test:
timeout-minutes: 10
Expand Down

0 comments on commit 42a55e0

Please sign in to comment.