From 57634c8e9683d30024150308aa79b5d18f1c7e5b Mon Sep 17 00:00:00 2001 From: PSala Date: Wed, 6 Mar 2024 13:02:12 +0100 Subject: [PATCH] Update auto tag ci --- .github/workflows/version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 2c438fa..4a9f278 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -1,13 +1,13 @@ name: GISCE_SII_VERSION on: push: - branches: [ main ] + branches: [ master ] jobs: bump: runs-on: ubuntu-latest if: ${{ !startsWith(github.event.head_commit.message, 'Bump to v') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ssh-key: ${{ secrets.SSH_PRIVATE }} - name: Set up Python ${{ matrix.python-version }}