mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Make CI build from tags starting with ngx-
This commit is contained in:
parent
ae94b90fe4
commit
9ce3708647
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user