Skip to content

Commit 1fb018d

Browse files
nemesifierdee077
authored andcommitted
[ci] Fixed ci YAML inconsistencies (for coveralls, etc.)
1 parent 2912b57 commit 1fb018d

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
@@ -5,13 +5,13 @@ on:
55
push:
66
branches:
77
- master
8+
- "gsoc26-*"
89
pull_request:
910
branches:
1011
- master
1112
- "1.1"
1213
- "1.2"
13-
- "gsoc26-x509-certificate-generator-templates"
14-
- "gsoc26-mass-commands"
14+
- "gsoc26-*"
1515

1616
jobs:
1717
build:
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
parallel: true
9797
format: cobertura
98-
flag-name: python-${{ matrix.env.env }}
98+
flag-name: python-${{ matrix.python-version }}-${{ matrix.django-version }}
9999
github-token: ${{ secrets.GITHUB_TOKEN }}
100100
fail-on-error: false
101101

0 commit comments

Comments
 (0)