Skip to content

Commit d57fc68

Browse files
Merge branch 'master' into feature/connect-cdp
2 parents d4af690 + cb2af95 commit d57fc68

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

.github/workflows/appium_android_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'CHANGELOG.md'
1212
- 'LICENSE'
1313
- '.gitignore'
14+
pull_request:
1415

1516
jobs:
1617
android-tests:

.github/workflows/appium_ios_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'CHANGELOG.md'
1212
- 'LICENSE'
1313
- '.gitignore'
14+
pull_request:
1415

1516
jobs:
1617
ios-tests:

.github/workflows/playwright_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'CHANGELOG.md'
1212
- 'LICENSE'
1313
- '.gitignore'
14+
pull_request:
1415

1516
jobs:
1617
playwright-docker:

.github/workflows/selenium_safari_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- 'CHANGELOG.md'
1212
- 'LICENSE'
1313
- '.gitignore'
14+
pull_request:
15+
1416
jobs:
1517
selenium-safari:
1618
runs-on: macos-26

.github/workflows/selenium_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- 'CHANGELOG.md'
1212
- 'LICENSE'
1313
- '.gitignore'
14+
pull_request:
15+
1416

1517
jobs:
1618
selenium-selenoid:

.github/workflows/static_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'CHANGELOG.md'
1111
- 'LICENSE'
1212
- '.gitignore'
13+
pull_request:
14+
1315

1416
jobs:
1517
static:

0 commit comments

Comments
 (0)