We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5a7a5 commit 717d19cCopy full SHA for 717d19c
.github/workflows/update_clone_badge.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
update-badge:
9
runs-on: ubuntu-latest
10
- 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
11
12
steps:
13
- name: Checkout repository
0 commit comments