diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f31392..eeccf56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest needs: [build, test] # only run on tag - # if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/v') permissions: contents: read # for actions/checkout to fetch code packages: write # to upload images/helm-chart