From: Johann Bauer Date: Thu, 24 Feb 2022 14:15:58 +0000 (+0100) Subject: Make CI build from tags starting with ngx- X-Git-Tag: ngx-1.6.0-rc1~42^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F144%2Fhead;p=thirdparty%2Fpaperless-ngx.git Make CI build from tags starting with ngx- --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27787cf51e..56c4391001 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