We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7777e63 commit 2fa8be5Copy full SHA for 2fa8be5
.github/workflows/python-ci.yml
@@ -54,7 +54,7 @@ jobs:
54
echo "coverage=${COVERAGE_PERCENT}" >> $GITHUB_ENV
55
56
- name: Create mypy warning badge
57
- if: always()
+ if: ${{ steps.branch_name.outputs.branch_name == 'main' }}
58
uses: schneegans/dynamic-badges-action@v1.7.0
59
with:
60
auth: ${{ secrets.GIST_SECRET }}
@@ -68,7 +68,7 @@ jobs:
68
invertColorRange: true
69
70
- name: Create pylint badge
71
72
73
74
@@ -81,7 +81,7 @@ jobs:
81
maxColorRange: 9
82
83
- name: Create coverage badge
84
85
86
87
0 commit comments