We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c47ff commit 27eb345Copy full SHA for 27eb345
.github/workflows/playwright.yml
@@ -2,6 +2,7 @@ name: Playwright Tests
2
on:
3
push:
4
branches: [main, master]
5
+ workflow_dispatch: # This enables manual triggering
6
7
jobs:
8
test:
0 commit comments