diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51de23d..2b5076e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: dao_analyzer_components_publish: runs-on: ubuntu-latest needs: [dao_analyzer_components] - if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/' ) defaults: run: working-directory: dao_analyzer_components @@ -105,7 +105,7 @@ jobs: pypi: runs-on: ubuntu-latest needs: [package,dao_analyzer_components_publish] - if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/' ) steps: - name: Download built package uses: actions/download-artifact@v4