From 9ce37086472ae1e6508e68c214e0fd1486b22c20 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Thu, 24 Feb 2022 15:15:58 +0100 Subject: [PATCH] Make CI build from tags starting with ngx- --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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