mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-09 15:06:00 +01:00
Fix "incorrect type" YAML error
This commit is contained in:
parent
f8991ca8e0
commit
37531ec5e0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -2,7 +2,8 @@ name: ci
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: ngx-*
|
||||
tags:
|
||||
- ngx-*
|
||||
branches-ignore:
|
||||
- 'translations**'
|
||||
pull_request:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue