Skip to content

Commit 6ac197e

Browse files
Update .github/workflows/ci.yml
1 parent 809b007 commit 6ac197e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id: count_rules
6969

7070
- name: Commit badge data
71-
if: matrix.version == '1.11' && matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
71+
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
run: |

0 commit comments

Comments
 (0)