diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 5e722f8..1a75471 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -15,6 +15,7 @@ jobs: fetch-depth: 0 - name: Run auto-dev-version-bumper + if: matrix.python-version == '3.10' && github.ref == 'refs/heads/develop' uses: LorenzoMugnai/auto-dev-version-bumper@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}