Skip to content

Commit a84e462

Browse files
committed
update: python versions, types to run on
1 parent ebe4c55 commit a84e462

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
name: CI python selenium
33
on:
44
pull_request:
5-
branches:
6-
- sdk
5+
branches: [sdk]
6+
types: [opened, reopened]
77
jobs:
88
build:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
1212
os: [macos-latest, windows-latest, ubuntu-latest]
13-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
13+
python: ['3.7', '3.10', '3.11']
1414
name: python-sel-repo ${{ matrix.python }} - ${{ matrix.os }}
1515
env:
1616
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}

0 commit comments

Comments
 (0)