Skip to content

Commit 0c72509

Browse files
committed
fix: debug workflow
1 parent cfd412e commit 0c72509

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/command-line-demo.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
description: 'Midscene report directory'
1212
required: true
1313
default: 'command-line/midscene_run/report/'
14+
push:
15+
branches:
16+
- main
1417

1518
jobs:
1619
run_script:

.github/workflows/playwright-demo.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
output_folder:
77
description: 'Midscene report dir'
88
required: true
9-
default: 'playwright-demo/midscene-run/report'
9+
default: 'playwright-demo/midscene_run/report'
10+
push:
11+
branches:
12+
- main
1013

1114
jobs:
1215
run_script:

.github/workflows/puppeteer-demo.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
description: 'Midscene report dir'
88
required: true
99
default: 'puppeteer-demo/midscene_run/report'
10+
push:
11+
branches:
12+
- main
1013

1114
jobs:
1215
run_script:

0 commit comments

Comments
 (0)