diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27787cf51..56c439100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: ci on: push: - tags: ng-* + tags: ngx-* branches-ignore: - 'translations**' pull_request: @@ -240,7 +240,7 @@ jobs: publish-release: runs-on: ubuntu-latest needs: build-release - if: contains(github.ref, 'refs/tags/ng-') + if: contains(github.ref, 'refs/tags/ngx-') steps: - name: Download release artifact