Skip to content

Commit 9bfd18d

Browse files
committed
Add Qt version to Jobs
1 parent 69a15a6 commit 9bfd18d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
- develop
88
pull_request:
99
branches:
10-
- '**'
10+
- "**"
1111

1212
concurrency:
1313
group: tests-${{ github.head_ref || github.ref }}
1414
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1515

1616
jobs:
1717
tests:
18-
name: ${{ matrix.os }} / ${{ matrix.python-version }}
18+
name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.qt-version }}
1919
runs-on: ${{ matrix.image }}
2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)