Skip to content

Commit 34461c8

Browse files
justin808claude
andcommitted
Restrict Playwright workflow to master branch with manual trigger option
- Remove automatic PR trigger to prevent running on all pull requests - Keep push trigger for master branch only - Add workflow_dispatch to allow manual triggering on any branch when needed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5fe3e1c commit 34461c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Playwright E2E Tests
22

33
on:
4-
pull_request:
54
push:
65
branches: [master]
6+
workflow_dispatch:
77

88
jobs:
99
playwright:

0 commit comments

Comments
 (0)