Skip to content

Commit 282b170

Browse files
committed
Update visual changes bot workflow to target main branch
1 parent 97fcc88 commit 282b170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/visual-changes-bot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Visual changes bot
22
on:
33
push:
4-
branches: [playwright-regresiion-test] #TODO: change to main
4+
branches: [main]
55
pull_request:
6-
branches: [playwright-regresiion-test] #TODO: change to main
6+
branches: [main]
77
jobs:
88
update-screenshots:
99
name: Update screenshots

0 commit comments

Comments
 (0)