Skip to content

Commit 717d19c

Browse files
authored
fix update_clone_badge.yml
1 parent 5a5a7a5 commit 717d19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_clone_badge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-badge:
99
runs-on: ubuntu-latest
10-
if: github.ref == 'refs/heads/v2.2.0-dev' # Run only on v2.2.0-dev branch
10+
if: github.ref == 'refs/heads/main' # Run only on v2.2.0-dev branch
1111

1212
steps:
1313
- name: Checkout repository

0 commit comments

Comments
 (0)