Merge pull request #144 from paperless-ngx/tags-ngx

Make CI build from tags starting with ngx-
This commit is contained in:
Quinn Casey 2022-02-24 08:02:41 -08:00 committed by GitHub
commit ca87b6dbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: ci
on:
push:
tags: ng-*
tags: ngx-*
branches-ignore:
- 'translations**'
pull_request:
@ -241,7 +241,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