Make CI build from tags starting with ngx-

This commit is contained in:
Johann Bauer 2022-02-24 15:15:58 +01:00
parent ae94b90fe4
commit 9ce3708647

View File

@ -2,7 +2,7 @@ name: ci
on: on:
push: push:
tags: ng-* tags: ngx-*
branches-ignore: branches-ignore:
- 'translations**' - 'translations**'
pull_request: pull_request:
@ -240,7 +240,7 @@ jobs:
publish-release: publish-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build-release needs: build-release
if: contains(github.ref, 'refs/tags/ng-') if: contains(github.ref, 'refs/tags/ngx-')
steps: steps:
- -
name: Download release artifact name: Download release artifact