1
0
Fork 0

Preparing to pack to create a version

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-31 23:23:11 -05:00
parent 9f482a4a55
commit c5f9857a6f
5 changed files with 34 additions and 34 deletions

View file

@ -110,7 +110,7 @@ jobs:
Helm:
runs-on: 'ubuntu-latest'
needs: Build
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
env:
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
steps: