Skip to content

Commit

Permalink
fix update_clone_badge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhagey authored Mar 26, 2024
1 parent 5a5a7a5 commit 717d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_clone_badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update-badge:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/v2.2.0-dev' # Run only on v2.2.0-dev branch
if: github.ref == 'refs/heads/main' # Run only on v2.2.0-dev branch

steps:
- name: Checkout repository
Expand Down

0 comments on commit 717d19c

Please sign in to comment.