diff --git a/.github/workflows/docker-ghcr-cd.yml b/.github/workflows/docker-ghcr-cd.yml index 1403b12..3260a8b 100644 --- a/.github/workflows/docker-ghcr-cd.yml +++ b/.github/workflows/docker-ghcr-cd.yml @@ -14,6 +14,7 @@ permissions: jobs: check-version: runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v4 - name: Check version matches tag