Skip to content

Commit

Permalink
added manual execution option for playwright github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-dynamsoft committed Oct 9, 2024
1 parent 7d35bd2 commit d4ee0dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
- main
pull_request:
branches:
- main
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
test:
env:
Expand Down

0 comments on commit d4ee0dd

Please sign in to comment.