]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Make CI build from tags starting with ngx- 144/head
authorJohann Bauer <bauerj@bauerj.eu>
Thu, 24 Feb 2022 14:15:58 +0000 (15:15 +0100)
committerJohann Bauer <bauerj@bauerj.eu>
Thu, 24 Feb 2022 14:19:25 +0000 (15:19 +0100)
.github/workflows/ci.yml

index 27787cf51e56d51aaf9128142d57a34a10acf1bb..56c439100178caa5fe37550d3106c1d7a8f501be 100644 (file)
@@ -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