]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix "incorrect type" YAML error 209/head
authorQuinn Casey <quinn@quinncasey.com>
Wed, 2 Mar 2022 20:18:29 +0000 (12:18 -0800)
committerQuinn Casey <quinn@quinncasey.com>
Wed, 2 Mar 2022 20:18:29 +0000 (12:18 -0800)
.github/workflows/ci.yml

index c5bc1937bd7edcdb704faaa95eefd7f1ae6356f6..9a42b786e029f935a0981e759d05466f4db9c277 100644 (file)
@@ -2,7 +2,8 @@ name: ci
 
 on:
   push:
-    tags: ngx-*
+    tags:
+      - ngx-*
     branches-ignore:
       - 'translations**'
   pull_request: