Skip to content

Commit b3ecee3

Browse files
committed
fix: typo in variable name python_version (dev branch)
1 parent 757b4b6 commit b3ecee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22

33
on:
44
push:
5-
branches: main
5+
branches: dev
66
pull_request:
77
branches: '*'
88
workflow_dispatch:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ./.github/actions/test
2222

2323
- name: Upload results to Codecov
24-
if: matrix.python-version == '3.11'
24+
if: matrix.python_version == '3.11'
2525
uses: codecov/codecov-action@v4
2626
with:
2727
file: coverage.xml

0 commit comments

Comments
 (0)