Skip to content

Commit

Permalink
chore: add workflow_dispatch trigger to Playwright CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamsheye committed Dec 1, 2024
1 parent a6c0b4b commit 14a414c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 14a414c

Please sign in to comment.