From 37531ec5e08bfb791989695802a1edfe41352853 Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Wed, 2 Mar 2022 12:18:29 -0800 Subject: [PATCH] Fix "incorrect type" YAML error --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5bc1937b..9a42b786e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,8 @@ name: ci on: push: - tags: ngx-* + tags: + - ngx-* branches-ignore: - 'translations**' pull_request: