Skip to content

Commit 20fc1a3

Browse files
committed
add: add branch in push trigger
1 parent b413b7b commit 20fc1a3

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,7 +1,7 @@
11
name: Playwright Tests
22
on:
33
push:
4-
branches: [ main, master ]
4+
branches: [ main, master, learn/wp-e2e-utils ]
55
pull_request:
66
branches: [ main, master ]
77
workflow_dispatch:

0 commit comments

Comments
 (0)