Skip to content

Commit a5b301a

Browse files
committed
update github workflow to run tests on backport branches
1 parent 12ccdf0 commit a5b301a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
tags:
1010
- v*
1111
pull_request:
12-
branches: [main]
12+
branches:
13+
- main
14+
- v*
1315

1416
jobs:
1517
test:
@@ -104,4 +106,3 @@ jobs:
104106
run: |
105107
source .venv/bin/activate
106108
pytest --headless
107-

0 commit comments

Comments
 (0)