We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a15a6 commit 9bfd18dCopy full SHA for 9bfd18d
1 file changed
.github/workflows/main.yml
@@ -7,15 +7,15 @@ on:
7
- develop
8
pull_request:
9
branches:
10
- - '**'
+ - "**"
11
12
concurrency:
13
group: tests-${{ github.head_ref || github.ref }}
14
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
15
16
jobs:
17
tests:
18
- name: ${{ matrix.os }} / ${{ matrix.python-version }}
+ name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.qt-version }}
19
runs-on: ${{ matrix.image }}
20
strategy:
21
matrix:
0 commit comments