diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 4bfed7c..b9d43e3 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write runs-on: ubuntu-latest - if: github.ref == 'refs/heads/dev' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4 - name: Setup Python and Git